@font-face {
    font-family: Fixel;
    src: url("../font/CraftworkGrotesk-Regular.otf") format("opentype");
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Fixel', sans-serif;
    box-sizing: border-box;
}
body{
    background: #F1E9D2;
    color: black;
}
#quote{
    text-align: center;
    padding-top: 50px;
}
.phrase{
    margin-top: 100px;
}
#kindness-display{
    font-size: 25px;
}
p{
    font-size: 25px;
}