/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* --- */

body{
    background-color: rosybrown;
}

video{
    width: 250px;
    margin-left: 42%;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.9);
}

.mainh1{
    color: white;
    transition: 1s;
    text-align: center;
    font-size: 40px;

}

.mainh1:hover{
    color: rgb(219, 244, 252);
    transform: skewX(-10deg);
    letter-spacing: 2px;
    text-align: center;

}

.mainh1 a{
    color: white;
}

header{
    background-color: lightpink;
    border-radius: 10px;
    margin: auto;
    width: 600px;
    padding: 5px;
}

.stare{
    color: white;
    text-align: center;
    font-size: 40px;

}

.stare{
    background-color: lightpink;
    border-radius: 10px;
    margin: auto;
    width: 400px;
    padding: 5px;
}
.starevideo{
    margin: 0px 610px 20px;
    width: 300px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.9);
}



.gobackbutton{
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 10px;

    background-color: lightgreen;
    border-radius: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: rosybrown;
    width: 100px;
    margin: auto;

}

.gobackbutton a:hover{
    letter-spacing: 2px;
    color: red;

}

.gobackbutton a{
    color: white;
    transition: 1s;

}


.ipanema{
    margin: auto;
    background-color: lightpink;
    border-radius: 10px;
    width: 500px;

}

.ipanema h1{
    width: 300px;
    margin: auto;
    color: white;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.ipanema img{
    width: 400px;
    margin: 0px 50px 10px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, 0.9);
}

.ipanema audio{
    margin: 0px 100px 0px;
}

.crunchy{
    width: 500px;
    margin: auto;
    background-color: lightpink;
    border-radius: 20px;
}
.crunchy h1{
    font-size: 30px;
    color: white;
    text-align: center;
}

.crunchy video{
    margin: 0px 110px 0px;
}

.crunchy audio{
    margin: 0px 80px 0px;
}