@font-face{
    font-family: Outfitt;
    src:url(Outfit-Medium.ttf)
}


.outfit-900 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

html{
    font-family: Outfitt;
}

body {
    height: 100%;
    background-image: linear-gradient(to top,rgb(29,52,97),rgb(31,72,126),rgb(36,123,160));
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
}
