@font-face {
    font-family: "Castillo";
    src: url("font/castillo.otf") format("opentype");
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: url('media/background.gif');
    background-size: cover;
}

p {
    font-family: "Castillo", serif;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-size:  20vw;
    text-shadow: .125rem .125rem .25rem #000000;
}