* {
    font-family:'Cambria'
}
header {
    background-color:#C2185B;
    color: white;
    text-align: center;
    padding:15px;
}
main {
    background:url(tulipany.jpg);
    height:500px;
}
footer {
    background-color:#C2185B;
    color: white;
    width:25%;
    height:240px;
    float:left;
}
div {
    background-color:#FCE4EC;
    width: 25%;
    height:300px;
    margin:25px;
    padding:16px;
    float: left;
}
div:nth-child(2), div:nth-child(3) {
    opacity:0;
}
p {
    padding-top:20px;
}
a {
    color:white;
}
input {
    width: 80%;
    height: 30px;
    margin:10px;
}
button{
    background-color:#c2185b;
    color:white;
    margin-top:50px;
    margin-left:60%;
    padding:20px;
    border:none;
}
video {
    width: 100%;
    height:100%;
}