* {
    text-decoration: none;
    margin: 0;
}

body,
body>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body {
    background-color: rgb(238, 189, 130);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    height: 100vh;
}

body>div {
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding-bottom: 63px;
}


button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
}

button,
button>a,
a>img {
    height: 40px;
    width: 40px;
}

h1,
h2 {
    margin-top: 1.5em;
    text-decoration: underline 2px solid rgb(188, 75, 75);
}

h2 {
    margin-bottom: 23px;
}

p {
    padding: 0 16px;
    max-width: 600px;
    border-radius: 4px;
}