* {
    background-color: #ceb4b1;
}

.logo-header {
    display: flex;
    justify-content: center;
}

.logo-nav {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin-top: 10px;
    padding: 20px;
    /* border: yellow .5rem solid; */
}

#logo {
    width: 100%;
}

.header-links {
    display: flex;
    justify-content: space-around;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    margin-top: 10px;
}

.header-links a {
    color: rgb(131, 15, 15);
    font-weight: bold;
}

.header-links a:link {
    text-decoration: none;
}

.header-links a:hover {
    color: rgb(202, 67, 97);
}

.main {
    display: flex;
    flex-direction: column;
    margin: 5%;
}