body {
    background-color: #ebdbb2;
    color: #282828;
    font-family: "Atkinson Hyperlegible", sans-serif;
}
.sqr {
    width: 500px;
    padding: 10px 20px 10px 20px;
    background-color: #fbf1c7;
    border-style: solid;
    border-color: #928374;
    border-width: 5px;
}
.sqr>p {
    font-size: 18px;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
