p {
    text-align: center;
    margin: 1vh;
    font-weight: bold;
}

hr {
    width: 50%;
    height: 3px;
    background-color: black;
}

main img {
    display: block;
    margin:auto;
    border-radius: 200px;
    border: 10px solid #FFD100;
    width: 20vw;
}

hr {
  width: 50%;
  height: 3px;
  background-color: black;
}

input {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 10px;
}

input[type=text] {
    border: 2px solid rgb(143, 143, 143);
    border-radius: 4px;
}

form {text-align: center;}


label { 
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

main > section {

    margin: 5vh;
    align-content:center;
}

.homepage-title h1 {
    font-size: 70px;
    margin-bottom: 0px;
}
  
  .homepage-title h2 {
    margin-top: 10px;
}