body {
    background-color: #38556F;
    font-family: Monospace, Times, "Times New Roman", Georgia, serif;
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
}

article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 420px;
    border: 5px #323232 double;
    border-radius: 0px;
    background-color: #787878;
}

h1 {
    text-align: center;
    font-size: 23px;
    text-decoration: none;
}

p {
    text-align: left;
}

img {
    display: block;
    border-radius: 3px;
}

.tlacitko a {
    background-color: #323232;
    text-decoration: none;
    padding: 5px;
    color: white;
    border: 5px #323232 outset;
}

.tlacitko a:hover {
    border: 5px #323232 inset;
}

.logo {
    height: 180px;
    padding-left: 95px;
    padding-right: 110px
}