@font-face {
    font-family: 'santorini';
    font-style: normal;
    font-weight: 300;
    src: url(santorini.woff2) format('woff2');
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #818a95;

    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.wrapper {
    width: 560px;
    margin: 0 auto;
    padding: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
}

h1, h2 {
    font-size: 50px;
    font-family: 'santorini', sans-serif;
    font-weight: 300;
}

h3, p {
    font-size: 20px;
    line-height: 1.5em;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.side h2 {
    color: rgb(244, 213, 121);
    font-size: 100px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
