body {
    font-family: Arial, sans-serif;
    background-color: #1E90FF;
    color: white;
    font-size: 11px; 
    margin: 0;
    padding: 0;
}


.container {
    text-align: center;
    padding: 50px;
}

img {
  width: 65%;
  height: 65%;
}

.update-img {
    width: 200px;
    height: 200px;
}

.small-logo {
  width: 35%;
  height: 35%;
}


.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.list-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.button {
    background-color: #81FFFF;
    color: #0001FF;
    text-decoration: none;
	font-size: 50px;
    padding: 15px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    border: 2px solid #013355;
	margin-top: 3%;
    width: 70%;
    height: 70%;
}

.button img {
	width: 100px;
	height: 100px;
    margin-right: 10px;
}

.button:hover {
    background-color: #1E90FF;
    color: #81FFFF;
}


h1 {
    color: #0F33FF;
    font-size: 24px;
    font-family: Inter;
}

h1:hover {
    transition: all 5s;
    font-size: 26px;
}

h2 {
    color: #81FFFF;
}

ul {
    text-align: left;
	display: inline-block;
}

.big-text {
    font-size: 75px;
    color: #0F33FF;
}

a {
    text-decoration: none;
}

.div-text {
    position: relative;
    transform: translate(0%, -110%);
    font-size: 30px;
    color: #81FFFF;
}


