@font-face {
    font-family: 'Queen of Camelot 2.0';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/font/qoc2.otf') format('opentype');
}

body {
    font-family: "Roboto", system-ui;
    border: 0px;
    margin: 0px;
    /*background-color: rgb(17, 17, 17);
    color: rgb(235, 235, 235);*/
    color: rgb(17, 17, 17);
    background-color: rgb(235, 235, 235);
    text-align: center;
}

html {
    font-family: "Roboto", system-ui;
}

.qoc {
    font-family: "Queen of Camelot 2.0", system-ui;
}

.content {
    margin-top: 40px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: left;
}

.content .title {
    font-size: 50px;
    font-weight: bold;
    margin: auto;
}

.content .subtitle {
    font-size: 22px;
    font-weight: normal;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    color: rgb(104, 104, 104);
}

.content p {
    max-width: 70vw;
    white-space: pre-wrap;
    font-size: 20px;
}
