/*

#50FFB1
#4FB286
#3C896D
#546D64
#4D685A

*/

@font-face {
  font-family: brush;
  src: url(assets/fonts/Black\ Brush.ttf);
}

body {
  background-color: black;
  color: rgba(245, 245, 245, 0.848);
}

a {
  text-decoration: none;
}

h1 {
  font-family: brush;
  font-size: 4.5em;
  letter-spacing: 3px;
  text-align: center;
}

.buttonlist {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}

.button {
  background-color: rgba(240, 248, 255, 0.122);
  border: 0.01rem solid rgba(255, 255, 255, 0.438);
  margin: 2rem;
  border-radius: 40px;
  width: fit-content;
  min-width: 35vw;
  display: flex;
  padding: 5px;
}

.button:hover {
    border-color: beige;
    transition: 0.2s;
}

.button:hover p{
    color: white;
    transition: 0.2s;
}

.buttontext {
  text-decoration: none;
  font-size: 1.5em;
  color: darkgrey;
  font-family: sans-serif;
  margin-top: auto;
  margin-bottom: auto;
}

.button img {
  width: 2rem;
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  margin: 20px;
  transition: 0.1s;

}

.button:hover img {
    width:2.5rem;
    height:2.5rem;
    transition: 0.2s;
}

/* ---------PARTICLES--------- */

#particles-js {
    top: 50%;
    left: 50%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -3;
    transform: translate(-50%, -50%);
  }
  