.Menu{
    left: 0;
    float: left;
    text-align: left;
    line-height: normal;
    background-color: rgb(226, 226, 226, 0.945);
    border-color: black;
    border-width: thin;
    border-style: solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    width: 19%;
    height: 700px;
    overflow-y: auto;
}

.Menu li{
    padding: 10px;
}

.foto {
    max-width: 100%;
    height: auto;
}

@media(max-width: 768px) {
    .foto {
        width: 100%;
    }
}

#Conteudo {
    float: right;
    right: 0;
    background-color: rgb(250, 247, 247);
    font-size: larger;
    border-width: thin;
    border-style: solid;
    border-color: black;
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    height: 700px;
}

.dancing-script-fonte {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

