main 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 2rem 1rem;
}

h1, h2 
{
    text-align: center;
}

img
{
    width: 60%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

figure 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

hr 
{
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.downBtn
{
    display: block;
    margin: 1rem auto;
    text-align: center;
}
