    body {
        margin: 0;
        background-image: url(/backgrounds/tired.jpg);
        background-size: cover;
        background-color: darkcyan;
    }

    .main {
        margin-left: 15px;
    }

    .main img {
        border-width:7px;
        border-style:solid;
        border-image: url(/backgrounds/squiggle.png) 8 fill round;
        width:100%;
        height:100px;
        overflow-y:auto;
    }
      
    .main img:hover {
        transform: translateY(-5px);
    }