body {
    overflow: hidden;
    position: relative;
    margin-top: -5%;
    display: grid;
    justify-content: center;
    align-items: center;
}

#text {
    display: block;
    justify-content: center;
}

p {
    text-align: center;
    font-style: italic;
}

h1 {
    color: #c00909;
    font-size: 15rem;
    padding-left: 20%;
}

h2 {
    font-size: 50px;
    margin-top: -20%;
}

i {
    display: block;
    background-color: transparent;
}

#save_door:hover {
    box-shadow: 4px 4px 4px 4px rgba(34, 5, 5, 0.448);
    width: 15px;
    size: 2%;
}

a {
    margin-bottom: -53%;
    width: 100%;
    margin-left: -60%;
}

button {
    margin-left: 40%;
    background-color: #c00909;
    color: aliceblue;
    border-radius: 15%;
    width: 100px;
    height: 40px;
    border: none;
}

#noButton {
    position: absolute;
    transition: 0.5s;
    margin-left: 18%;
}