body {
   margin: 0 auto;
    width: 1200px;
    background: linear-gradient(#8383e2, #ff9999);
    
    flex-flow: row wrap;
}
header {
    background-image: url(flag.jpg);
    background-size: cover;
    height: 50px;
    color: white;
}
nav {
    
}
img {
    height: 500px;
    float: right;
    padding: 40px;
    
}
iframe {
    position: absolute;
    top: 300px;
    right: 600px;
}
textarea {
    max-width: 500px;
    max-height: 300px;
    min-width: 100px;
    min-height: 50px;
}
h2, h3 {
    padding: 10px;
}
main p {
    padding-left: 10px;
    max-width: 600px;
}
nav a{
    text-decoration: none;
    display: inline-block;
    background: white;
    padding: 2px 5px;
    color: black;
    
}
nav a.active {
    color: red;
    font-size: 20px;
}
nav a:hover {
    color: red;
    font-size: 20px;
}
main {
    background: white;
    height: 1000px;
    
}
footer {
    margin: 0 auto;
    height: 100px;
    background: brown;
    text-decoration: none;
}
footer p{
    color: white;
    text-align: center;
    
}
footer a{
    
    color: white;
}
