.main_visual {
  width: 100%;
  height: auto;
}

.DLbutton {
  border-radius: 100vh;
  background-color: #4CAF50;
  padding: 10px;
  padding : 20px 20px;
  width: 200px;
  color:white;
  text-decoration: none;
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  box-shadow: 1px 1px 1px 1px black;
  transition: 0.1s ease;
}

.DLbutton:hover {
  background-color: #3e8e41;
  color: white;
  box-shadow: 2.5px 2.5px 2.5px 2.5px black;
}