body {
    font-family: "Kanit", sans-serif;
    font-style: normal;
    text-align: center;
    margin: 0;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 16px;
    box-sizing: border-box;
}

.image {
    max-width: 480px;
    background: white;
    border: 16px solid #F7F7F7;
    padding: 16px;
    margin: 0 auto;
}

.image img {
    max-width: 100%;
}

h1 {
    margin: 48px 0 16px 0;
    color: #374DB8;
    text-transform: uppercase;
    line-height: 120%;
}

span {
    color: #44E2CF;
}

p {
    color: #616675;
    font-size: 16px;
}

.social-media {
    margin-top: 48px;
    text-align: center;
}

.social-media a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #44E2CF;
    display: inline-block;
    margin: 0 4px;
    padding: 14px;
    box-sizing: border-box;
}