body {
    display: flex;
    flex-direction: column;
    align-content: center;
}

img {
    max-width: 100%;
}

.content {
    margin: 0 auto;
}

.logo-main {
    display: block;
}

p {
    display: block;
}

.notice {
    font-size: 1.2rem;
}

.indented {
    border-left: 5px solid lightgrey;
    padding-left: 15px;
    margin-left: 10px;
}

.big-text {
    text-align: center;
    font-size: 1.4rem;
}
