body {
    font-family: 'Poppins', Arial, sans-serif;
}

header {
    text-align: center;
}

header img {
    width: 136px;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
}

footer {
    font-size: 0.6em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 144, 119, 0.2);
}

main {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
    padding: 10px 48px 48px;
    background-color: #ffe4dc;
}

main img {
    max-width: 100%;
}

h1 {
    text-align: center;
}

.notification_info {
    display: block;
    padding: 0 18px 0 18px;
    border: 1px solid #7070ff;
    border-radius: 5px;
    background-color: #b6b6ff;
}