body {
    font-family: 'Franklin Gothic Medium', 'Arial', 'Arial sans-serif'
}

.title {
    color: saddlebrown;
    text-align: center;
}
.main {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.license {
    text-align: center;
    font-size: small;
}

h3 {
    text-align: center;
    text-decoration:underline;
    text-decoration-style: wavy;
    color:brown
}

a {
    color:#5cabf0;
}
