body {
    margin: 0px;
    padding: 0px;
    font-family: Tonus Sans;
}

section {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  
  section.fade-in {
    opacity: 1;
  }


.button {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 999px;
    margin: 12px;
    font-size: normal;
    font-weight: 600;
    font-size: 18px;
    color: #598896;
    border: #ffffff 3px solid;
    font-family: Tonus Sans ;
    transition: all 0.5s ease;
    text-decoration: none;
}

.button:hover {
    width: 230px;
}

.alt-button {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #ffffff 3px solid;
    border-radius: 999px;
    margin: 12px;
    font-size: normal;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    font-family: Tonus Sans ;
    transition: all 0.5s ease;
    text-decoration: none;
}

.alt-button:hover {
    width: 230px;
}

.alt-button2 {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #598896;
    border-radius: 999px;
    margin: 12px;
    font-size: normal;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    border: #598896 3px solid;
    font-family: Tonus Sans ;
    transition: all 0.5s ease;
    text-decoration: none;
}

.alt-button2:hover {
    width: 230px;
}

.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
