* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #36454f;
    width: 100%;
    height: 100vh;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #36454f;
    text-decoration: none;
}

h1 {
    font-weight: 500;
    color: #f48000;
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}

article {
    max-width: 26rem;
    padding: 1.25rem;
    margin-top: 15%;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.social {
    display: flex;
}

.social a {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.social img {
    width: 20px;
}