#nav {
    display: flex;
    background: rgb(0, 204, 255);
    justify-content: space-between;
    align-items: center;
    padding-right: 700px;
}

#nav>div>img {
    width: 100%;
    height: 80px;
}

#nav a {
    text-decoration: none;
    font-size: xx-large;
}

a {
    text-decoration: none;
}

#mid>div {
    width: 30%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2%;
    margin-top: 40px;
    border-radius: 10px;
    font-weight: 600;
}

#mid {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mid>div>div:nth-child(n) {
    text-align: center;
}

#mid>div>div:nth-child(3) {
    display: flex;
    gap: 20px;
    justify-content: center;
}

input {
    padding: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    border-radius: 10px;
    font-weight: 600;
}

button {
    padding: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
    background: rgb(8, 121, 186);
    color: white;
    font-size: large;
    font-weight: 600;
    border-radius: 16px;
    border: none;
    cursor: pointer;
}

button:hover,
button:focus {
    background: rgb(80, 191, 255);
}

button:active {
    background-color: rgb(8, 121, 186);
}

.i {
    cursor: pointer;
}

#mid>div>div:nth-child(3)>input {
    cursor: pointer;
}

h1 {
    font-weight: 1000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.k{
    position: absolute;
    right: 650px;
    transform: translate(0, -50%);
    top: 36.5%;
    cursor: pointer;
}

.j{
    position: absolute;
    right: 650px;
    transform: translate(0, -50%);
    top: 50.7%;
    cursor: pointer;
}

#nav img{
    cursor: pointer;
}