body{
    margin: 0;
    overflow-y: hidden;
}
.background{
    background-image: url("/img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: white;
    
}

.text{
    padding-top: 5rem;
    background-color: rgba(0, 0, 0, 0.322);
    padding-bottom: 30rem;
    text-align: center;
}
.text img{
    width: 10%;
}

.button{
    background-color: #f57921;
    color: white;
    padding: 15px;
    font-size: 2rem;
    border-radius: 15px;
}