body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    background: white;
    font-family: 'EB Garamond', serif;
    overflow: hidden;
}

.main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    line-height: 90%;
    letter-spacing: -0.06em;
    color: black;
    width: 100%;
}

.italic {
    font-style: italic;
}

.label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 30px;
}