body {
    margin: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.img_title {
    font-weight: bold;
    font-size: 1.3em;
    word-wrap: break-word;
    word-break: break-word;
    text-shadow: 1px 1px 2px #808080;
    text-align: left;
    vertical-align: top;
}

img {
    border-radius: 10px;
    box-shadow: 5px 5px 15px #c0c0c0;
    padding: 20px;
    max-height: 500px;
    max-width: 60%;
}