@font-face {
    font-family: Canaro;
    src: url(canaro.otf);
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Canaro;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

img {
    width: 200px;
    margin-bottom: -50px;
}

p {
    padding-top: 12px;
    text-align: center;
    height: 50px;
    max-width: 90%;
    font-weight: bolder;
}

p.hide > span {
    color: #FFFFFF00;
}

.blue {
    /* color: #1a5eab; */

}

p > span {
    color: white;
    font-size: 33px;
    transition: all 0.3s;
}

.red {
    /* color: #f94f5e; */
}

