@charset "UTF-8";

* {
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: blue;
}

h1{
  text-align: center;
  color: white;
}
section {
  width: 380px;
  margin: auto;
  background-color: white;
  border-radius: 5px;
}

div {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;

}

.botao{
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#txtano {
  width: 28vw;
}

#res {
  text-align: center;
  color: red;
  font-weight: bold;
  padding: 10px;

}

img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: 20px;
 
}
.bold {
  font-weight: bold;
}
p {
  text-align: center;
}
a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

a:hover {
  text-decoration: underline;
}
