body {
    margin: 0 auto;
    background: #171717;
    font-family: "Lato", sans-serif;
    color: white;
}

.m-top {
    padding: 30px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-top img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.m-top h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0 10px;
}

.m-top p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.m-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    gap: 15px;
}

.m-buttons a{
    color: white;
    text-decoration: none;
    background: #b1231d;
    max-width: 760px;
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 17px 12px;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 0 10px;
}

.extra-text {
    font-size: 14px;
    text-transform: none;
    opacity: 0.8;
}