@font-face {
    font-family: QuiteMagical; src: url('QuiteMagicalRegular-8VA2.ttf');

}

html, body {
    height: 180%;
    background-color: #DBF9FC;
    /*background-image: linear-gradient(to bottom right, #9F74DB, #FFD4DF);*/
    /*background-image: linear-gradient(to bottom right, #77D1D8,#C9AEE6, #FFD4DF);*/
    background-image: linear-gradient(to bottom right, #77D1D8,#FFD4DF) ;
    color: white;
    font-family: QuiteMagical, sans-serif;
}

header {
    text-align: center;
}

#title {
    font-size: 60px;
    text-shadow: 2px 2px 2px #B690DF;
    padding: 0px;
}

#subtitle {
    font-size: 40px;
    text-shadow: 1px 1px 1px #B690DF;
    padding: 0px;
}

.text {
    font-size: 15px;
    font-family: Verdana, sans-serif;
    padding-left: 50px;
    padding-right: 50px;
}

#stats {
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: auto auto auto;
    text-align: center;
}
#logos {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: auto auto auto;
  text-align: center;
}
li{
    font-size: 2.5em;
}
