@font-face {
    font-family: "PublicSans";
    src: url('assets/fonts/PublicSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

img {
    height: 100px;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 28;
    height: 30vh;

    font-family: "PublicSans";
}

body {
    background-color: rgb(0, 12, 52);
    font-family: "PublicSans";
}