@charset "utf-8";

*, *:before, *:after {
    box-sizing: border-box;
}

@media only screen and (min-width: 1800px) {}

body {
    background-color: #f1edee;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: auto;
}

.content {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    float: left;
    margin: 20px 0 0 20px;
    border: 1px solid #8E8E89;
    display: flex;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -20vh 0 0 0;
}

.title {
    width: 100%;
    height: auto;
    font-family: "sweet-fancy-script", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 83px;
    text-align: center;
    color: #8E9085;
}

.subtitle {
    width: 100%;
    height: auto;
    font-family: "questa-grande", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    color: #5C5D56;
}

