*{
    width: 100%;
    height: fit-content
    ;
}

h1, h2, p{
    color: rgb(86, 86, 86);
    font-weight: 100;
    font-family: 'Gill Sans', sans-serif
}

.container {
  margin-top:  20%;
}

button{ 

    color: rgb(255, 255, 255);
    border-radius: 10px;
    border: none;
    max-width: fit-content;
    box-shadow: 2px 3px 5px rgba(146, 146, 146, 0.323);
padding: 5px;}

  a {
    text-decoration:none;
    color:rgb(141, 141, 141);
    border: none;
    
  }
  .btn {
    color: rgb(147, 147, 147);
}

.btn-primary {
    background-color: #ffffff00;
    border: none
    ;
}

.btn-primary:hover{
    background-color: rgba(255, 255, 255, 0.149);
}