.top-container{
  margin-top: 2cm;
}

.titre{
    font-family: 'Oswald', sans-serif;
}

.sous-titre{
    border-bottom:solid;
    border-color:rgb(185, 27, 59);
    font-family: 'Oswald', sans-serif;
    font-size:30px;
    font-style: normal;
}

body{
    font-family: 'Roboto', sans-serif;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sous-titre {
    font-size:20px;
  }
  .top-container{
    margin-top: 1cm;
  }
  p{
    font-size:12px;
  }
}