* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat";
    background-color: #e2eaff;
    color: #101632dd;
}

body, div, ul, nav, header, footer, a, li, label {
    margin: 0;
    padding: 0;
}

/*--------------HEADER SECTION----------------*/

header {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    max-width: 1400px;
    text-align: center;
}

header h1{
    font-size: 2.5rem;
    margin-bottom: 50px;
}

p{
    text-indent: 2rem;
    text-align:justify;
    margin: 20px;
    margin-top: 0;
    padding-top: 0;
    background-color: #fff;
    max-width: 1400px;
}

/*---------CONTENT SECTION-------------*/

.main {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 30px;
    background-color: #fff;
    padding-bottom: 20px;
    align-items: center;
}

video {
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.intermedio {
    margin-bottom: 30px;
    margin-top: 30px;
}

textarea {
    height: 50vh;
    width: 100%;
    padding: 15px;
    color: #0f0;
    background-color: #000;
    margin-bottom: 30px;
    text-wrap: nowrap;
}

.button {
    display: flex;
    text-align: center;
    margin: 20px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.button:hover {
    box-shadow: 0 0 10px 0;
    border-radius: 20px;
}

a {
    text-decoration: none;
    font-size: 25px;
    color: #48e;
}

li {
    margin-top: 20px;
}
