body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  background-image: url("../../img/blob-scene-haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.container {
  text-align: center;
  background-color: #f4f4f4; 
  color: #3498db;
  border-radius: 10px;
  width: 400px;
  min-height: 80px;
  padding: 20px;
}
h1{
  text-align: center;
  margin-top: 20px;
}
a:nth-child(even) {
  padding-right: 10px;
}
a:nth-child(odd) {
  padding-left: 10px;
}
a {
  text-decoration: none;
  color: #3498db;
}
a:hover {
  text-decoration: underline;
  color: #3498db;
}
a:visited {
  color: #3498db;
}