body {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: burlywood;
  color: white;
}

.profilecard {
    border: 4px solid rgb(3, 2, 2);
    border-radius: 50px;
    display: relative;
    justify-content: center;
    text-align: center;
    height: 600px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f69647;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}


ul { 
  display: flex;
  justify-content: center;  
  gap: 40px;              
}



.info {
  display: flex;
  justify-content: center;  
  margin-top: 25px;
  gap: 40px;
}

.info p {
  font-size: 20px;
}

.text {
  border: 1px rgb(3, 2, 2);
  border-radius: 50px;
  background-color: burlywood;
  height: 80px;
  width: 160px;
  font-size: 30px;
  color: white;          
  text-decoration: none; 
  cursor: pointer;
}

.foto {
  margin-top: 20px;
  border-radius: 100%;
  height: 220px;
  width: 220px;
}

