:root {
    -webkit-text-size-adjust: none;
    background: #476F66;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    color: #FFFFFE;
}

.container {
    margin: 100px;
    max-width: 890px;
}

p {
    line-height: 48px;
    font-size: 36px;
    font-weight: 600;
}

a {
    color: #F6CFCF;
    text-decoration: none;
}

.has--border {
    border-bottom: 2px solid #F6CFCF;
    padding-bottom: 2px;
}

.button {
display: inline-block;
padding: 24px 32px;

background: #F6CFCF;
border-radius: 90px;

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 34px;
/* identical to box height */


color: #060000;
}

.button:hover {
    background: #EED8D8;
}