
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eee5e5;
}

nav {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #9c8989;
    margin-bottom: 50px;
}

nav {
    font-family: times new roman;
    font-weight: bold;
    font-size: 25px;
    font-variant: small-caps;
}

nav,
a {
    position: relative;
    color: #9c8989;
    text-decoration: none;
    padding: 2px 100px;
    transition: .5s;
}

nav,
a:hover {
    color: #5b4545;
    transform: scale(1.1)
}

.logo {
    padding: 0;
    margin-bottom: -10px;
}

.logo, 
img {
    width: auto;
}

.work {
    display: flex;
    gap: 40px;
    padding: 15px;
    border: 2px solid #c9bbbb;
    background-color: #c9bbbb;
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 5px 5px 5px #827474;
    margin-bottom: 70px;
}

.work {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.balls,
.bells{
    width: 300px;
    height:auto;
    border: 5px solid #554444;
    box-shadow: 2px 2px 5px #453333;
}

.new,
.old {
    font-variant: small-caps;
    font-size: 30px;
    margin-bottom: 5px;
}

h2 {
    color: #453333;
    margin-bottom: -3px;
}

strong {
    font-size: 30px;
}

dt {
    font-size: 40px;
    font-weight: bold;
    color:#453333;
}

dd {
    margin: 0;
    padding: 0;
}

p,
dd {
    font-family: times new roman;
    color:#524242;
    font-size: 18px;
    line-height: 2;
    
}

time {
    font-size: 15px;
}

footer {
    padding-bottom: 50px;
}