/* стили для  index.html (YuvinoQuest) */

body {
    background-color: #f8f9f9;
}

.main-container {
    height: 700px;    
}



footer {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    margin: 0 auto;
    padding: 20px;
}

.logo {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    color: #969d9d;
}

.logo1 {
    width: 80px;
}