.miocontainer{
  color: rgb(228, 219, 197);
}

.mioh1{
  color: rgb(228, 219, 197);
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 100px;
}

.mioh2{
  color: rgb(228, 219, 197);
  font-size: 30px;
  font-weight: bold;
}

.miobutton {
  background-image: image();
}

.miobutton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.foto100 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.foto75 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: auto;
}

.foto50 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

.menu
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #2F2F2F;
    height: 100%;
    position: fixed;
    overflow: auto;
}

li a {
    display: block;
    color: #E1E1E1;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #4181C0;
    color: white;
}
