* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  
}

body {
    background-color: #e2e9f8;
     
}


.side {
    background-color: #0d74f5;
    color: white;
    width: 250px;
    height: 100vh;
    padding: 20px;
    margin: 0px;
    position: fixed;
}

.h2 {
    margin-bottom: 20px;
}

.navbar a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: large;

}

.navbar a:hover {
    background-color: black;
    border-radius: 5px;
}

.topnav {
    background-color: #0d74f5;
    margin-left: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

input {
    width: 700px;
    height: 30px;
}

.hooo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    height: 30px;
    background-color: black;
    color: white;
}

.anchor {
    margin-left: 120px;
    width: 10px;
    height: 20px;
    display: flex;
    gap: 10px;
}

.anchor a {
    text-decoration: none;
    background-color: black;
    color: white;

}

@media (max-width:900px){
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #e2e9f8;
}


.side {
    background-color: #15f50d;
    color: rgb(189, 22, 22);
    width: 250px;
    height: 100vh;
    padding: 20px;
    margin: 0px;
    position: fixed;
}

.h2 {
    margin-bottom: 20px;
}

.navbar a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: large;

}

.navbar a:hover {
    background-color: rgb(100, 14, 139);
    border-radius: 5px;
}

.topnav {
    background-color: #0df520;
    margin-left: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}

input {
    width: 700px;
    height: 30px;
}

.hooo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    height: 30px;
    background-color: rgb(131, 29, 29);
    color: white;
}

.anchor {
    margin-left: 120px;
    width: 10px;
    height: 20px;
    display: flex;
    gap: 10px;
}

.anchor a {
    text-decoration: none;
    background-color: black;
    color: white;

}
}