.people{
    margin-top: 5vh;
    height: 90%;
    width: 90%;
}
.welcome-box{
text-transform: uppercase;
text-align: center;
margin-top: 2cm;
}

canvas#canvas {
    position: absolute;
}

a {
    text-decoration: none;
}


h1{
    font-weight: 400;
    color: #f58b25;
}


.greetings{
    font-weight: 700;
    color: #139ebf;
}


.welcome-whcf-logo{
    margin: 4vh 12vh;
    height: 45%;
    width: 45%;
}

.go-to{
    margin: 2vh 13vh;
    margin-bottom: 20vh;
}

button.btn.btn-warning {
    background: #f58b25;
    color: #fff;
}