@font-face {
  font-family: Nunito-ExtraBold;
  src: url("./Nunito/Nunito-ExtraBold.ttf");
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body, html {
    background-color: #8e1752;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
    color: #f8dd2b;
    font-family: Nunito-ExtraBold;
    text-align: center;
    transform: translate(-50%, -50%);
	max-width: 85%;
}

h1 {
    font-size: 11vw;
}

h2 {
    font-size: 5vw;
}

h3 {
    font-size: 2.5vw;
}