html {
    font-family: Montserrat;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    background-color: #191919;
}

.main-content {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.image {
    width: 300px;
}

h1 {
    color: white;
    margin-bottom: 0;
    font-size: 2rem;
}

h5 {
    color: white;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 4px;
}

p {
    color: #797979;
    margin-top: 5px;
}

.social {
    display: flex;
    gap: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
}