html, body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  body {
    background-image: url("../Fotos/Aboutuspage2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  body{
    background-color:black;
}
.button{
    border: none;
    color: yellow;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16 px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button1{
    bottom:87%;
    left:5%;
    background-color: rgb(0, 0, 0);
    color: rgb(40, 138, 66);
    border: 2px solid #0b8f28;
    width: 20%;
    height: 10%;
    position: absolute;
    font-family: "Micro 5", sans-serif;
    font-size: 200%;
    top:20%;
    left:67.5%;
}
.button1:hover{
    background-color:rgb(13, 75, 20);
    color: rgb(0, 0, 0);
}