@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Varela&display=swap');

html{
    background-color: rgb(27, 27, 27);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: rgb(210, 210, 210);
}

.welcome{
    position: absolute;
    width: 100%;
    top: 10%;
    text-align: center;
}
.background{
    position: absolute;
    width: 100%;
    height: 100%;
}
.wrapper{
    width: 100%;
    height: 100%;
}