@font-face {
  font-family: Raleway;
  src: url(/fonts/Raleway-Medium.ttf);
  font-weight: bold;
}

h1{
    color: rgb(255, 0, 0);
    font-family: Raleway;
    font-size: 45px;
}

h2{
    color: rgb(0, 255, 242);
    font-family: Raleway;
    font-size: 40px;
}

h3{
    color: white;
    font-family: Raleway;
    font-size: 35px;
}


body{
    color: white;
    font-family: Raleway;
    font-size: 20px;
    background-color: #101966;
}

a{
    color: white;
    font-family: Raleway;
}

p{
    color: white;
    font-size: 30px;
}