body {
    max-width: 1159px;
    margin: 50px auto;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    background-color: #01142f;
}


body a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px #fff solid;
}

section#inner-content {
    margin: auto 50px;
    min-height: calc(100dvh - 180px);
}

section#inner-content img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin: 20px 0;
    border-radius: 14px;
}

section#inner-content p img {
    margin: 0 0 -3px;
    padding: 2px;
    border-radius: 3px;
    box-shadow: unset;
    background-color: darkgray;
}

section#inner-footer {
    background-color: #232240;
    border-radius: 14px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
