body {
    margin:none;
}
.clearboth {
    clear:both;
}
.align-right {
    text-align:right;
}
.cta {
    background-color: #FF0000;
    border: 2px solid #DD0000;
    padding: 8px;
    border-radius: 4px;
    margin: 8px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}
.cta:hover {
    background-color: #FFFFFF;
    color: #FF0000;
}

/* HEADER */

header {
    padding:1em;
    background-color:#DDD;
}
header img {
    max-width:16px;
    max-height:16px;
}
#menu {
    float:left;
}
#socials{
    float:right;
}

/*FOOTER*/

footer {
    background-color:#DDD;
    text-align:center;
    padding:1em;
}

/*MAIN*/

h1 {
    text-align:center;
}
article {
    border: 2px solid #DDD;
    width: 80%;
    margin:auto;
}
article img {
     float: left;
     max-width: 256px;
     max-height: 256px;
}
article #imgdiv {
    float: left;
    width: 256px;
    height: 256px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}