@font-face {
    font-family: "Favoritc";
    src: url("favoritc-italic.otf");
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: Favoritc;
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper {
    /*margin: auto;*/
    /*margin-top: 50px;*/
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img {
    margin-left: 50px;
    height: 300px;
    width: 300px;
}

.logo-img img {
    height: 300px;
    width: 300px;
}

.text {
    margin-top: 10px;
    text-align: center;
    line-height: 1.5em;
}

.link {
    /*color: currentColor;*/
    color: #f00;
}

.footer {
    margin-top: 1em;
}
