body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('img/1.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 60%;
}

.topnav {
  overflow: hidden;
  background-color: lightgray;
}

.topnav a {
  float: left;
  color: #007dbc;
  text-align: center;
  padding: 0.5vw 0.5vw;
  text-decoration: none;
  font-size: 1.2vw;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #007dbc;
  color: white;
}





.buttonsHomePageTable{
  margin-top: 0.5vw;
  width: 100%;
  height: 100%;
}

.imgButtonsHome{
  width: 20vw;
}
.container {
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
}
.container :hover{
color: white;
  text-shadow: 2px 2px 4px #000000;
}
.container  img:hover{
  text-shadow: 2px 2px 4px #000000;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3vw;
}
.leftContainerHome{
  width: 59%;
  text-align: center;
  font-size: 3VW;
  color: white;

}
.rightConainerHome{
  padding-top: 1.5VW;

}








