@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
body{
  font-family:"Quicksand", sans-serif;
  margin-left: 15vw;
  margin-right: 15vw;
  background-color: #e1cbf0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
main{
  border-style: dashed;
  border-color: black;
  padding-left: 1vw;
  padding-right: 1vw;
  }
footer #footitle{
  text-align: center;
  }
img{
  width:auto;
  height: 40px;
  }
nav a{
  color: blue;
  text-decoration: none;
  }
.flex-container{
	display: flex;
	flex-direction: row;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
  }
nav{
  margin-left: 19vw;
  margin-top: 2.5vw;
  }
.card a{
  color: blue;;
  }