body{
    margin: 0;
    background: url("background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: sans-serif;
}

h1{
    font-size: 70px;
    margin: 0;
    padding: 0;
}

h2{
    padding: 0;
    margin: 0;
    font-size: 30px;
}


.logo{
    margin: 5vh;
    position: absolute;
    height: 10vh;
    width: 10vh;
}

.container{
    margin: 5vh;
    margin-top: 30vh;
}

.textDescription{
    margin-top: 2vh;
    margin-bottom: 10vh;
}

#btn-welcome{
	font-size: 40px;
    padding: 10px;
    text-align: center;
    border: 1.5px;
    border-style: solid;
    text-decoration: none;
    color: white;
}

#btn-welcome:hover{
    background: white;
    color: black;
    transition-duration: 0.35s;
}

