*{
    padding: 0px;
    margin: 0px;
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    height: 100vh;
    background-image: url(olav-ahrens-rotne-MAEbdaFe4ps-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Bebas Neue", sans-serif;
}
.main{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#box{
    width: 40%;
    background-color: white;
    box-shadow: 0px 0px 5px black;
    border-radius: 5px;
}
#quest{
    margin-left: 8px;
    margin-top: 8px;
}
.row{
    width: 100%;
    margin: 1rem;
    margin-left: 8px;
}
.btn{
    width: 80%;
    padding: 10px;
    font-size: 20px;
    color: white;
    background-color: green;
    border-radius: 5px;
    margin: 0;
    display: block;
    margin-bottom: 1rem;
    margin-left: 3rem;
}