html {
  background-color: #141414;
}

.title {
  font-size: 28px;
  color: white;
  margin-bottom: 4px;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background-color: #1f1f1f;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  margin-top: 25px;
  max-width: 500px;
  width: 160%;
  height: 80%;
}

img {
  border-radius: 200%;
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.city {
  color: hsl(75, 94%, 57%);
  font-weight: bold;
}

.contained {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  margin-top: 50px;
}

.formation {
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.botoes {
  background-color: #333333;
  color: white;
  border-radius: 8px;
  width: 400px;
  height: 40px;
  margin-bottom: 15px;
  width: 110%;
  padding: 14px;
  background-color: #3a3a3a;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  color: white;
  margin-top: 10px;
}

.botoes a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
