body {
  background-color: white;
  margin: 25px;
}

img {
  width: 195px;
  height: 109px;
  margin-right: 10px;
  
}

.container {
  display: flex;
  justify-content: center;
}

.container p {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight:bold;
}

ul {
  display: flex;
  justify-content: center;
}

li {
  list-style: none;
  margin-right: 70px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

img {
  border-radius: 5px;
}