body {
    margin: 20px;
    background-color: #242424;

}
p, h1, h2, h3, h4, label, input, select {
    text-align: center;
    color: #c5c5c5;
    margin: 20px;

}
label {
    font-size: 16pt;
}
p {
    text-align: justify;
}
a {
    font-size: 16pt;
    color: #d0e2f4;
    margin: 30px;
    line-height: 1.6;
}
div, input, select {
    margin: 20px;
    padding: 10px;
    border:  #171717 40px;
    border-radius: 40px;
    background-color: #171717;
    width: calc(100% - 60px);
    display: block;
}
input {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    font-size: 16pt;
}

object {
    text-align: center;
    height: 45px;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 30px;
}