@font-face {
    font-family: "Termina";
    src: url("Fonts/Termina-Heavy.otf") format("woff2");
    font-weight: 800;
}

@font-face {
    font-family: "Termina";
    src: url("Fonts/Termina-Medium.otf") format("woff2");
    font-weight: 500;
}

body {
    margin: 0;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    background: #ffffff;

    color: #00001B;
}

.container {
    max-width: 650px;
    padding: 20px;
}

img {
    width: 180px;
    margin-bottom:5px;
}

h1 {
    font-family: "Termina", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 10px;
    color: #6F60AA;
}

p {
    font-family: "Termina", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6;
}