.main-content {
    background: #ececec;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'Montserrat';
    padding: 25px;
}

h1 {
    font-size: 60px;
    font-weight: 800;
}

p {
    font-size: 20px;
    font-weight: 600;
}
