.box {
  padding-left: 10%;
  padding-right: 10%;
}
.myList{
  margin-left: 3rem;
}
body{
  background-color: #F2F2F2;
}

 h2, h3, h4 {
  font-weight: bolder;
  color: #614BF2;
}
nav{
  background-color: #7F6DF2;
  text-align: center;
  
}

li a {
  color: #F2F2F2;
  text-decoration: none;
  font-weight: bolder;
  margin: 20px;
}
footer {
  background: #7F6DF2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}

.address {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact {
  margin-right: 30px;
}
#contact a {
  margin-left: 15px;
  color: #F2F2F2;
}

i{
  color: #B6D93B;
}

footer i{
  color: #F2F2F2;
}
footer a {
  color: #F2F2F2;
}

.CV {
  display: flex;
  justify-content: center;
}
a{
  text-decoration: none;
}
.myBtn{
  background-color: #B6D93B;
  color: #F2F2F2;
  padding: 20px;
  border-radius: 30px;
  font-weight: bolder;
  margin: 30px;
}