 body {
        background-image: url(backgrounds/4XeTY9z.png);
    }

    @font-face {
        font-family: fake receipt;
        src: url(fonts/Fake\ Receipt.otf);
    }

    @font-face {
        font-family: basteleur;
        src: url(fonts/basteleur-master/fonts/ttf/Basteleur-Moonlight.ttf);
    }

    @font-face {
        font-family: story book;
        src: url(fonts/Storyboo.TTF);
    }


    #container {
        margin: 50px 0;
        margin-top: 150px;
    }

    .container {
        background-image: url(backgrounds/ipod.jpeg);
        border: 2px ridge palegoldenrod;
        border-radius: 15px;
        width: 500px;
        height: 500px;
        float: left;
        margin-left: 225px;
        filter: drop-shadow(2px 2px 2px gray);
        padding: 15px;
    }

    img {
        transition: all 0.3s;
    }

    img:hover {
        transform: rotate(7deg);
    }

    h1, h2, p {
        font-family: fake receipt;
        text-align: center;
    }

    h1 {
        text-align: center;
        font-size:2.4em;
        font-weight:bold;
        word-spacing: -5px;
        font-family:story book;
    }

    h2 {
        font-family:story book;
    }

    a {
        font-family: story book;
        color: peru;
        font-size: 2.5em;
    }