* {
    float: left !important;
    margin: 10px !important;
    padding: 10px !important;
}

img {
    width: 200% !important;
    transform: rotate(5deg);
    /*display:none;*/
}

p, h1, h2, h3, h4, h5 {
    font-size: 22px !important;
    letter-spacing: 2px;
}

nav, header, footer, section, div {
    position: relative !important;
    left: 20px;
    top: 10px;
}

a {
    pointer-events: none;
    background: gray !important;
    color: #000 !important;
}

body {
    background: #f2f2f2;
}