* { 
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    color:#212529
}

body {
    background-color: #e3edf7;
    margin: 3%;
}
h1 {
    font-size: 4rem;
}

#main-text {
    font-size: 1rem;
}
#logo {
    height: 1rem;
}
#bottom-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #141517;
    
    width: 100vw;
    padding: 0.5rem;

    text-align: center;
    color: #e3edf7;
    font-size: 1rem;
}