* {
  font-family: "Montserrat", sans-serif;
  color: white;
}

h1,
h2{
  
  text-align: center;
}

h3 {
  margin:0px;
}

a {
  display:inline-block;
  text-decoration: none;
  text-align:center;
  border-radius: 10px;
  background: #3d56b9;
  background: linear-gradient(
    180deg,
    rgba(61, 86, 185, 1) 0%,
    rgba(106, 176, 242, 1) 100%
  );
  padding: 10px 0px;
  color: white;
  width:400px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

body {
  background: #2f265b;
  background: linear-gradient(
    135deg,
    rgba(47, 38, 91, 1) 0%,
    rgba(33, 80, 119, 1) 100%
  );
  
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.link_list {
  background: #08184c;
  background: linear-gradient(
    180deg,
    rgba(8, 24, 76, 1) 0%,
    rgba(35, 49, 115, 1) 100%
  );
 width:500px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
}
