@font-face {
    font-family: "Inter-Medium";
	src: url("fonts/Inter-Medium.woff2") format("woff2")
}

body {
	font-family: "Inter-Medium";
    background-color: #097272 !important;
    background-image: none !important;
    color: #fff;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    height: 80svh;
}

.subtitle {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    height: 18svh;
}

.title > p, .subtitle > p {
    margin: 0;
}

