@font-face {
    font-family: 'LiberationSans';
    src: url('fonts/LiberationSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LiberationsSans';
    src: url('fonts/LiberationSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'LiberationSans';
    src: url('fonts/LiberationSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'LiberationSans';
    src: url('fonts/LiberationSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'LiberationSans', Verdana, sans-serif;
}

/* Style my name */
#name {
    text-align: center;
}

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    background-color: #333;
    justify-content: space-around;
    display: flex;
}

/* Style the links inside the navigation bar */
.topnav a {
    color: #f2f2f2;
    background-color: #333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

/* Center and scale image */
.flexbox-container {
    max-width: 810px;
    margin:auto;
}

.flexbox-container img {
    width: 50%;
    display: block;
    margin: auto;
}
