@font-face {
    font-family: Alice;
    src: url("../fonts/alice_in_wonderland/Alice_in_Wonderland_3.ttf");
}

q{
    text-align: center;
    font-size: 55px;
    font-family: Alice;

}

cite{
    text-align: center;
    font-size: 40px;
    font-family: Alice;

}

body{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: azure;
}

div{
    border: 5px groove black;
    padding: 25px;
}