body{
    font-family: Arial, sans-serif;
    background-color: #f8dada;
    color: #707df7;
}
header{
    background-color: #f31313;
    color: #707df7;
    padding: 20px;
    text-align: center;
}
nav{
    background-color: #ffb8b8;
    padding: 10px;
}
nav ul{
    list-style-type: none;
    margin: 0;
    text-align: center;
}
nav ul li{
    display: inline;
    margin: 0 10px;
}
nav ul li a{
    text-decoration: none;
    color: #0000ff;
    font-weight: bold;
}
nav ul li a:hover{
color: #0000ff;
}
main{
    padding: 20px;
}
h1, h2{
    color: #3700ff;
}
strong{
    color: #3700ff;
}
img{
    width: 400px;
    height: auto;
    margin: 20px 0;
    display: block;
}
footer{
    background-color: #f0f0f0;
    color: #686666be;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer a{
    color: #3700ff;
    text-decoration: none;
}
footer a:hover{text-decoration: underline;}