

body {
    font-family: "Merriweather", serif;
    background-color: #3D8BBB ; 
    
}

header {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    
}

.container {
header {
    padding: 15px;
}
}

/* Put a box around the data */
.box {
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 15px;
    padding: 34px;
    /* margin-right: 50vw; */
}

.picture {
    flex: 1;
    padding: 10px;
    /* text-align: center; Center the image horizontally */
}
.picture img {
    max-width: 100%;
    height: auto;
}