h1 {
    font-family: "Raleway", sans-serif;
}

body {
    background-color: lightgoldenrodyellow;
}

b {
    font-style: italic;
}

p {
    font-family: "Raleway", sans-serif;
    padding-left: 6.5%;
    padding-right: 6.5%;
}

.navbar .discografia {
    padding-left: 1.25em;
}

.negrito {
    color: #ad404d;
}

.video {
    justify-self: center;
    justify-content: center;
    display: flex;
    max-width: 80%;
}

video {
    width: 100%;
    height: auto;
}

.titulo {
    font-size: 6.25em;
    text-align: center;
    color: #ad404d;
    text-shadow: 5px 5px black;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#Tabela {
    font-family: "Raleway", sans-serif;
    border-collapse: collapse;
    width: 60%;
    border-color: black;
}

#Tabela td, 
#Tabela th {
    border: 0.06em solid;
    padding: 0.5em;
}

#Tabela th {
    background-color: #ad404d;
    padding-bottom: 0.75em;
}

hr {
    color: black;
}

li {
    font-size: 1.875em;
}

a {
    color: #ad404d;
}

button {
    display: inline-block;
    color: white;
    padding: 0.9375em 1.5625em;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #ad404d;
    border: none;
    border-radius: 0.375em;
    font-family: "Raleway", sans-serif;
    transition-duration: 0.4s;
    text-shadow: 3px 3px black;
    font-style: italic;
}

button:hover {
    background-color: #85333c;
}

input {
    padding: 0.625em;
    border-radius: 0.625em;
}

input[type=text] {
    width: 30%;
    padding: 0.75em 1.25em;
    margin: 0.5em 0;
    display: inline-block;
    border: 0.1875em solid #ccc;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input[type=text]:focus {
    border: 0.1875em solid #7c7b7b;
}

input[type=date], 
select {
    width: 20%;
    padding: 0.75em 1.25em;
    margin: 0.5em 0;
    display: inline-block;
    border: 0.1875em solid #ccc;
    box-sizing: border-box;
    transition: 0.5s;
    outline: none;
}

input[type=date]:focus {
    border: 0.1875em solid #7c7b7b;
}

input[type=submit] {
    border: none;
    background-color: #ad404d;
    color: white;
    font-family: "raleway", sans-serif;
    padding: 0.75em 1.5em;
    margin: 0.25em 0.125em;
    font-size: 1.5625em;
    cursor: pointer;
    border-radius: 0.5em;
    transition: 0.5s;
}

input[type=submit]:hover {
    background-color: #85333c;
}

.container {
    box-shadow: 0em 0.25em 0.5em;
    border-radius: 0.625em;
    padding: 2.5em;
}



