*{
    background-color: #101418;
    color: white;
    justify-items: center;
    margin: 0;
    padding: 0;
}
h1{
    font-size: 32px;
    font-family:"Linux Libertine", "Hoefler Text", Georgia, "Times New Roman", Times serif;
    padding-top: 60px;
}
h2{
    font-size: 15px;
    font-family: "Linux Libertine", Georgia, Times, "Source Serif 4", serif;
}
h3 a{
    color: #88a3e8;
    text-decoration: none;
    font-size: 16px;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
}
p{
    font-size: small;
    color: #95999a;
}
a:hover{
    text-decoration: underline;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
}
img{
    /* padding-top: 70px; */
    width: 200px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}


nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    margin-top: 20px;
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

button{
    font-size: 14px;
    color:#88a3e8;
    background-color: #202122;
    font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
    border-color: #55595e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    padding: 8px 12px;
    border: 1px solid #55595e;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;

} 

.m1 { top:7%; left: 20%; transform: translateX(-20%); }
.m2 { top: 17%; left: 10%; transform: translateX(-20%);}
.m3 { top: 27%; left: 8%; transform: translateX(-20%); }
.m4 { top: 37%; left: 10%; transform: translateX(-20%); }
.m5 { top: 47%; left: 20%; transform: translateX(-20%); }
.m6 { top:7%; right: 15%; transform: translateX(-20%);}
.m7 { top: 17%; right: 5%; transform: translateX(-20%);}
.m8 { top: 27%; right: 3%; transform: translateX(-20%); }
.m9 { top: 37%; right: 5%; transform: translateX(-20%);}
.m10 {  top: 47%; right: 15%; transform: translateX(-20%); }

nav div {
    position: absolute;
    text-align: center;
    padding: 6px 10px; 
    transition: background-color 0.3s ease;
    display: inline-block;
    border-radius: 4px;
}

nav div:hover {
    background-color: #2a2a2a; 
    cursor: pointer;  
    
}


input[type="text"] {
    width: 400px;
    padding: 16px;
    border: 1px solid #55595e;
    border-radius: 3px;
    background-color:#101418;
    color: #fff;
    font-size: 14px;
    margin: 20px auto;
    display: block;
    margin-top: -40px;
    outline: none;  
    border: 2px solid #6589e3; 
    caret-color: blue;
}

.search-section {
    position: relative;
    top: -230px;  
}
select{
    color: #2c4e9b;
    border: none;
    background-color: #202122;
    margin-left: 8px;
}

