#background {
    background: url('/static/unsubscribe/img/bg.webp') no-repeat center center fixed;
    background-size: cover;
}

h1 {
    text-align: center;
}

p {
    font-size: 120%;
}

.unsubscribe-block {
    max-width: 650px;
    margin: 0 auto;
}

.unsubscribe-block form {
    margin-top: 25px;
}

.unsubscribe-block form label {
    display: block;
    font-weight: normal;
}

.unsubscribe-block form label::after {
    content: "*";
}

.unsubscribe-block form button {
    cursor: pointer;
    background-color: rgb(245, 220, 213);
    transition:  border 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
    border-radius: 50px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 125%;
}

.unsubscribe-block form button:hover {
    background-color: #F2EDDF;
}
