@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600&display=swap');
body{
    background-color: #121212;
    color: white;
}

body.light{
    background-color: white;
    color: black;
}

h1{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 80px;
    margin: 0;
    cursor: pointer;
}
p1{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
p2{
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
#box{
    cursor: pointer;
}
#image{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
p{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.github-logo{
    position: fixed;
    bottom: 10px;
    left: 10px;
}