@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*::selection {
    background-color: #333;
    color: white;
}

* {
    margin: 0px;
    padding: 0px;
}

div.topnav {
    color: white;
    background-color: #000;
    min-height: 8vh;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    transition-duration: 10s;
}

a:hover,a:visited:hover {
    font-size: 20px;
}

.welcome-screen {
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    font-family: Poppins, sans-serif;
}

.welcome-screen::selection {
    background-color: #000;
    color: azure;
}

.brief-desc {
    text-align: center;
    font-size: 32px;
    font-family: Poppins, sans-serif;
}

.more-bout-me {
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    font-family: Poppins, sans-serif;
}

li {
    display: inline-block;
    text-align: center;
}

.mbm-li {
    text-align: center;
}



button {
    font-size: 32px;
    width: 230px;
    font-family: poppins;
    border-radius: 35px;
    border: none;
    background-color: #000;
    color: azure;
    margin-top: 10px;
    margin-left: 20px;
    transition-duration: 0.4s;
}

.btn:hover {
    font-size: 39px;
    width: 237px;
    cursor: pointer;
}

.topnav a, .topnav a:visited {
    text-decoration: none;
    color: white;
    transition-duration: 0.4s;
}

.btn a, .btn a:visited {
    text-decoration: none;
    color: white;
    transition-duration: 0.4s;
}

a button:hover {
    font-size: 39px;
}

footer {
    margin-top: 148px;
    bottom: 0; 
    right: 0;
    font-family: JetBrains Mono;
    font-size: 15px;
    position: fixed;
    left: 0px;
    
}
