body {
    font-family: Consolas, monaco, monospace;
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* background-color: #010a0f; */
    background-image: url(background-img.jpg);
    background-size: cover;
}
.titulo {
padding-top: 2rem;
display: flex;
align-items: center;
justify-content: center;
}

h1 {
    color: #FCBF49;
}

ul {
    list-style: none;
    width: 100%;
    padding: 0%;
    text-align: center;
}

li {
    font-size: large;
    color: #E76F51;
    display: inline-block;
}

.main {
    display: flex;
    justify-content: center;
}

#watch {
    display: flex;
    width: 300px;
    height: 200px;
    align-items: center;
    justify-content: center;
    color: #D62828;
    /* border: 3px solid #264653; */
    font-size: 3.4rem;
    border-radius: 10%;
}