body {
    background-image: url(https://file.garden/Z06GUJZl_xbMtxnn/satinsheet.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgb(73, 0, 12);
    background-blend-mode: multiply;
}

#warning {
    margin: auto;
    padding: 10px;
    width: 45%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    text-align: center;
    

    color: rgb(94, 1, 47);
    border: 10px solid rgb(90, 0, 0);
    border-radius: 50px;
    background-color: rgb(228, 137, 160);

}

#button {
    margin: auto;
    padding: auto;
    
    min-width: min-content;
    max-width: 75%;
    background-color: #a1000d;
    border: #960d0d solid 5px;
    border-radius: 25px;

    font-family: 'supermorning';
    text-align: center;
    color: rgb(241, 119, 150);
}

a:link, a:visited, a:active {
        text-decoration: none;
    }

#banner {
    max-width: fit-content;
    margin-inline: auto;
    display: grid;
    height: 100%;
}

#banner img {
    max-width: 100%;
    max-height: 100vh;
}

p{
    font-size: large;
}
