html {
    background-color: #22bcba;
    color: white;
    font-family: 'Noto Sans', sans-serif;
}


#logocontainer {
    display: flex;
    justify-content: center;
    /* border: 2px solid yellow; */
    margin-top: 10%;
}

#logo {
    width: 300px;
}

#maintext {
    margin-top: 4%;
    display: flex;
    justify-content: center;
}