.construction {
  background-color: rgb(179, 41, 41);
  color: white;
  font-family: monospace;
}

body {
  font-family: "Nunito Sans", sans-serif;
  
  background: linear-gradient(to bottom right, #ffb6c1, #dda0dd, #add8e6);
  color: #333;
  text-align: center;
  width: 40vw;
  background-attachment: fixed;
  margin: auto;
}

h1 {
  font-size: 3.5em;
  margin: 20px 0 0 0;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}


.intro {
  margin: 10px 0;
  padding: 10px !important;
  font-size: 1.2em !important;
  font-style: italic;
  font-weight: 600;
  
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #6a5acd;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  background-color: #695acd;
  margin-top: 15px;
  cursor: pointer;
}

hr {
  background-color: #333;
  border: none;
  height: 1px;
  width: 90%;
}

a:hover {
  background-color: #7b68ee;
}
.no_style {
  background-color: transparent !important;
  border: none;
  padding: 0;
  margin: 0;
}
.no_style:hover {
  background-color: transparent !important;
}

#bio_links {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}

#bio_links a {
  width: 70%;
  margin: 1.5rem auto;
}

#bio_links li {
  padding: 1rem;
  font-size: 1.5rem !important; 
}

#insta_link {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 50px;
}

#insta_icon {
  width: 100%;
}

#call_to_action {
  background-color: #f3f3f3;
  color: #333;
  border: #f3f3f3;
}
#call_to_action:hover {
  background-color: #7b68ee;
  color: #fff;
}