@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

html, body {
    /*min-height: 100vh;*/
    background-color: black;
}

body {
   /* display: flex;*/
    /*align-items: center;*/
}
.logo{
    margin-top: 315px!important;
}
.settes{
    margin-bottom: 100px;
  }
.settes img{
    opacity: 0.4;
    max-height: 100px;
}

.payLoad{
    font-family: 'Didact Gothic', sans-serif;
    color:darkcyan;
}