body{
    margin: 0;
    padding: 0;
    background-color: lightblue;
    background-size: cover;
    background-image: url("/images/main.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}

.container{
    margin-top: 200px;
    margin-left: 200px;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.button {  
  width: 100px;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white;
  color: black;
  border: 2px solid #ba2e00;
}

.button3:hover {
  background-color: #ba2e00;
  color: white;
}
.button4 {
  background-color: white;
  color: black;
  border: 2px solid #4B0082;
}

.button4:hover {
  background-color: #4B0082;
  color: white;
}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button5:hover {
  background-color: #4CAF50;
  color: white;
}

.button6 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button6:hover {
  background-color: #4CAF50;
  color: white;
}
