@charset "UTF-8";

section.main_photo {   
    margin-top: 1rem;
}

section.main_photo:first-child {   
    margin-top: 1.5rem;
}

section.main_photo > img {
    height: auto;
    width: 100%;
}

section.main_photo > h2 {   
    line-height: 2rem;
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 25px;
    padding-bottom: 10px;
    display: list-item;
    list-style: none;
}

section.main_photo > p {
    line-height: 1.8rem;
    font-size: large;
    padding-bottom: 1rem;
    text-align: justify;
    display: list-item;
    list-style: none;
}

#text {
    text-align: left;
    margin-top: 1.6rem;
    list-style: none;
}

#text > li {
    line-height: 1.8rem;
    font-size: large;
    padding-bottom: 1rem;
    padding-left: 0px;
    text-align: left;
}

#text > li:nth-child(odd) {
    font-weight: bold;
}

section.main_photo > p > a {
    color:#2196F3;
}