@font-face {
    font-family: 'Comfortaa';
    font-weight: 700;
    src: url('../fonts/Comfortaa-SemiBold.ttf');  
  }

body {
    font-size: 16px;
    background-color: #d8e0c7; 
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 2em;
}

sup {
    font-size: 0.65em;
    padding-left: 0.2em;
}

img {
    max-width: 8%;
    margin-top: 4.5%;
}

.comfortaa-sonata {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sonata {
    width: 50em;
    height: 25em;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 1px;
}

