@font-face {
    font-family: SAOF;
    src: url(Files/Fonts/SAOUI-Regular.otf);
 }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: beige;
    height: 100%;
    font-family: SAOF;
}

a {
    text-decoration: none;
    color: black;
}

.site {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(Files/SAO/aincrad.jpg);
    background-size: cover;
}
@font-face {
    font-family: SAOF;
    src: url(Files/Fonts/SAOUI-Regular.otf);
 }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: beige;
    height: 100%;
    font-family: SAOF;
}

a {
    text-decoration: none;
    color: black;
}

.site {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(Files/SAO/aincrad.jpg);
    background-size: cover;
}

.welcomeSAO {
    text-align: center;
    font-size: 8rem;
    width: 60%;
    display: flex   ;
    flex-direction: column;
}