
html{
  font-family: sans-serif;
  font-weight: 400;
    background:#b00e23;
}
.box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }

  .img{
    background-image:url("img/dieudonne.png");
    width: 10em;
    height: 10em;
    background-size: contain;
    background-position: bottom;
    border-radius: 40px;
    background-color:white;
    margin-top: 2em;
  }
  .name-profile{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .links{
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid white;
    border-width: 2px;
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    text-decoration: none;
    color: white;
  }
  .links:hover{
    background-color:#cf2727;
}



.bottom-text {
  text-align: center;
  margin-top: 7em;
  font-size: 1em;
  font-weight: bold;
  color:#b00e23;
}