@charset "UTF-8";


.texto {
  color: rgb(255 255 255);
  font-size: 14px;
  font-family: "Playwrite AU QLD", cursive;
  font-style: normal;
  margin-right: 25%;
  margin-left: 25%;
  text-align: justify;
}


.noto {
  font-family: "Playwrite AU QLD", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: rgb(221, 162, 0) ;
  }

.links{
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 30px;
    color: rgb(221, 162, 0);
    text-decoration: none;
  margin-left: 20%;
 
}

.tit {
  font-family: 'Greek Freak', sans-serif;
  font-weight: 5000;
  font-style: normal;
  text-align: center;
  font-size: 60px;
  margin-top: -140px;
  color: rgb(221, 162, 0);
}

.out{
font-family: "Alumni Sans Pinstripe", sans-serif;
font-size: 30px;
color: rgb(221, 162, 0);
margin: 10px;
text-align: center;
margin-top: -10px;
}


.links2{
    font-family: "Alumni Sans Pinstripe", sans-serif;
 margin-top: 10px;
    font-size: 30px;
    margin: 30px;
    color: rgb(221, 162, 0);
    text-decoration: none;
}

.links3{
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-size: 30px;
    color: rgb(221, 162, 0);
    text-decoration: none;
    text-align: center;
    align-items: center;
}

.im{
  float: right;
  margin: 80px auto;
}

@font-face {
  font-family: 'Greek Freak';
  src: url('fonts/Greek-Freak.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}