body{
    background-image: url(../assets/images/la-laguna-ocean.JPG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 100vh;
}

.box{
    background-color: white;
    padding: 20px;
    margin: 100px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px;
    min-width: 400px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button{
    /*padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px;
    border: solid 1px;
    font-family: pixel;*/
}

iframe{
    width: 100%;
    height: 100%;
    border: none;
    min-width: 400px;
    min-height: 400px;
    
}

.gift{
    background-color: white;
}