.container{
    text-align: center;
    display: flex;
}

.container2{
    width: 390px;
    text-align: justify;
    padding: 30px;
    background-color: #ffff;
    margin-right: 10px;
    border-radius: 50px;
    opacity: 0.8;
    color: black;
}

.x{
  text-align: center;
  align-items: center;
  padding: 20px;
  font-family:serif;
}

.f{
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(img/f.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.a{
  text-decoration: none;
  color: black;
}

.v{
  text-align: center;
  align-items: center;
}