
@font-face {
    font-family: 'AxiformaRegular';
    src: url('../dist/fonts/AxiformaRegular.otf') format('opentype');
}

body {
    margin: 0;
}

img {
    margin-top: -50px;
    width: 256px;
}

.content {
    align-items: center;
    background-color: rgb(95, 71, 230);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.hyperlink {
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

.text {
    color: white;
    font-size: 18px;
    text-align: center;
}

.textArea {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'AxiformaRegular';
    justify-content: center;
    margin-top: -50px;
    padding: 20px;
}

.title {
    color: white;
    font-family: 'AxiformaRegular';
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}