body {
    font-family: "orbitron", sans-serif;
    color: #518B9Dff;
    text-align: center;
    background-image: url('giphy.webp');
    background-size: cover;
}
.hero{
    
    padding: 5px 0 40px 0;
    margin: 0;
}
h1{
    text-shadow: 0px 0px 3px grey;
}
.btn{
    
    font-weight: bold;
    color: #518B9Dff;
    padding: 6px 12px;
    background: white;
    border: none;
}
.line{
    border-bottom: 5px solid white;
}
#logo{
    width: 200px;
    margin-bottom: ;
}
h3{
    margin-bottom: auto;
}
.terms{
    diplay: flex;
    align-items: end;
}
