/* Estilizando a página */

/* Reset de estilos */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    font-family: 'Tahoma';
    background-color: #f5f5f5;
}

.info, .sinopse, .autor, .marketing {
    padding: 50px;
    text-align: center;
    align-content: center;
    border-top: 1px solid #d5d5d5;
}


.link {
    background-color: #49b970;
    padding: 10px 20px;
    width: 80px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

span {
    font-weight: bold;
}

h1 {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

p {
    font-size: 16px;
    width: 930px;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

img {
    width: 190px;
}

