@import "/public/css/global.css";

body {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f1f1f1;
}

.main {
    text-align: center;
    line-height: normal;
}

.main h1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 0;
}

.main p {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 0;
}

.main img {
    width: 100%;
    max-width: 150px;
    margin-top: 3rem;
}
