body {
    font-family: 'MS Sans Serif', 'Arial', sans-serif;
    background-color: #008080;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
}

.container {
    border-left: solid white 3px;
    border-top: solid white 3px;
    border-right: solid black 3px;
    border-bottom: solid black 3px;
    background-color: #bed07d;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    box-shadow: red 2px;
    padding-top: 0;
}

.top-bar {
    margin: 5px;
    padding: 0;
    color: white;
    background: linear-gradient(0.25turn,#190033, #1100a4);
    display: flex;
    flex-direction: row;
}

.top-bar p {
    margin: 2px;
}

.navbar span {
    padding: 0 8px;   
}
 .navbar span a {
    text-decoration: none;
    color: black;
}

.navbar span:hover {
    background-color: #8b985b;
}

.main {
    margin: 3px;
    display: flex; 
}

.about-main {
    height: 500px;
    width: 500px;
    overflow: scroll;
    border-left: solid white 3px;
    border-top: solid white 3px;
    border-right: solid black 3px;
    border-bottom: solid black 3px;
    margin: 3px;
    display: flex;
    flex-direction: column;
    
}

.main-title {
    display: flex;
    margin: 10px auto;
    text-align: center;
}

.who {
    display: flex;
    margin:10px;
    justify-content: space-between;
}

.photo-container {
    width: 50%;
    height: 100%;
}

.photo {
    width: 100%;
    height: 100;
    border-right: solid white 3px;
    border-bottom: solid white 3px;
    border-left: solid black 3px;
    border-top: solid black 3px;
}

.flags-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.flag {
    height: 40px;
    width: auto;
}

.about-text {
    width: 40%;
    color: white;
    background-color: #8b985b;
    padding: 5px;
    margin: 10px;
    border-right: solid white 3px;
    border-bottom: solid white 3px;
    border-left: solid black 3px;
    border-top: solid black 3px;border-right: solid white 3px;
    border-bottom: solid white 3px;
    border-left: solid black 3px;
    border-top: solid black 3px;
}


.info {
    padding: 3px 5px;
    font-size: 12px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    margin: 5px;
}