@font-face {
  font-family: "Boston Traffic";
  src: url('public/boston.ttf');
  src: url('public/boston.ttf') format('truetype'),
        url('public/boston.woff') format('woff');
}

body{
  background-color: black;
  color: whitesmoke;
  padding: 25px;
  padding-bottom: 50px;
}

.contact{
  font-family: 'Courier Prime', Courier, monospace;
}

.content{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;

  width: 100%;
  height: fit-content;
}

.logo{
  width: 300px;
}

.tagline{
  font-family: 'Boston Traffic', 'Courier New', Courier, monospace;
  font-size: 40px;
  margin-top: 5px;

  text-align: center;
}

.crew{
  font-family: 'Boston Traffic', 'Courier New', Courier, monospace;
  font-size: 50px;
  margin-top: 5px;

  text-align: center;
}

.star{
  scale: 1;
  fill: white;
  margin: 10px;
  padding: 10px;
}

