html,body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-image: url('../img/bg.jpg');
  background-size: 100% 100%;
  max-width: 100%;
  height: auto;
}
h2{
  color: white;
}
h3,h4{
  color: white;
}
.logo{
  width: 150px;
}
.myheader{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background:#5CACEE;
  width:100%;
  height:150px;
}
.mymenu1{
  background-color: #569c56;
  width:100%;
  height: 100px;
  margin: 60px 2px 20px 2px;
}
.mymenu2{
  background-color: #4f8c8c;
  width:100%;
  height: 100px;
  margin: 60px 2px 20px 2px;
}
.mymenu3{
  background-color: #8B6508;
  width:100%;
  height: 100px;
  margin: 30px 2px 20px 2px;
}
.mymenu4{
  background-color: #27408B;
  width:100%;
  height: 100px;
  margin: 30px 2px 20px 2px;
}
.mymenu5{
  background-color: #59577B;
  width:100%;
  height: 100px;
  margin: 30px 2px 20px 2px;
}
.mypicture{
  width:100%;
  height: 100px;
}
.myfooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:#5CACEE;
  width:100%;
}