body {
    background-color: #eb348f;
    font-family: sans-serif;
    background-image: url("../images/crissxcross.png");
}

.frame {
    background-color: white;
    opacity: 0.95;
    padding: 0.25em 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 15px;
    text-align: center;
}

h1 {
    font-family: 'Courgette', cursive;
    color: #44e344;
}

.new {
    border-top: 0.5em solid #eb348f;
    border-left: none;
    border-right: none;
    border-bottom: none;
}