#logo {
    color: black;
    font-family: 'Molot';
    margin: auto;
    text-align: center;
}
.container {
    border: 2px solid gray;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
body {
    background-color: white;
}

@font-face {
    font-family: 'Molot';
    src: url('molot.otf');
}