.screenshot{
    font-family: Arial, sans-serif;
    text-rendering: optimizeLegibility;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#missing_name{
    text-align: center;
    font-size: 22px;
    color: black;
}

#missing_det{
    font-size: 16px;
    color: red;
    font-weight: bold;
}

#container_img {
    width: 1080px;
    height: 1080px;
    margin:auto;
    background-color: white;
}

#content_img {
    float:left;
    width:55%;
    margin-bottom: 15px;
}

#sidebar {
    float:left;
    width:45%;
    padding: 16px;
}

#footer {
    padding: 20px;
}

#text_alert{
    color: white;
    font-size: 33px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

#text_alert_found{
    color: white;
    font-size: 90px;
    font-weight: bold;
    text-align: center;
}

#text_found{
    color: white;
    margin-top: 20px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

#bandeira{
    padding-top: 20px;
}

.info_font{
    font-size: 20px;
}
