@viewport {
    width: device-width;
    zoom: 1.0;
}

body {
    margin: 0;
}

header {
    display: flex;
    justify-content: space-around;
}

a {
    text-decoration: none;
    color: goldenrod;
    padding-right: 8px;
}

.header {
    background-color: #aa0000; 
    color: goldenrod;
}


.naslov {
    display: flex;
    flex-direction: column;
}

.col {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}

button {
    display: flex;
    justify-content: center;
    flex-grow: 0;
    max-width: max-content;
    color: goldenrod;
    background-color: #581644;
}

img {
    max-width: 300px;
    max-height: 200px;
    border-radius: 25px 40px;
}

.pics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #581644;
    color: goldenrod;
}

h3 {
    align-self: center;
}

.photos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.colosseum {
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 0;
}

.photo_1, .photo_2,
.photo_3, .photo_4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lowerparts {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    background-color: #581644;
    color: white;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    position: relative;
    bottom: 0;
    background-color: black;
    color: lightgray;
}

.bottom {
    background-color: #581644;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 190px;
}

.izjava {
    background-color: goldenrod;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 22px;
    column-gap: 40px;
    padding: 20px;
    min-width: 600px;
}

.blue{
    background-color: #aa0000;
    color: goldenrod;
}
