.container{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image: url(tile-2-sm.gif);
    color:white;
    text-shadow: 1px 1px 5px black;
}

.row{
    display: flex;
    flex-direction: row;
}

img{
    width:400px;
    height:auto;
}

li{
    margin-top: 1rem;
}

footer{
    position: fixed;
    bottom:0;
    width: 100%;
    height:15%;
    color:white;
    text-shadow: 1px 1px 5px black;
    border-top: 5px solid cyan;
}

.css-3d-text {
    font-size: 70px;
    color: #23beed;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: 0px 0px 0 rgb(25,180,227),
                 1px 1px 0 rgb(15,170,217),
                 2px 2px 0 rgb(5,160,207),
                 3px 3px 0 rgb(-5,150,197),
                 4px 4px 0 rgb(-15,140,187),
                 5px 5px  0 rgb(-25,130,177),
                 6px 6px 5px rgba(70,56,189,0.81),
                 6px 6px 1px rgba(70,56,189,0.5),
                 0px 0px 5px rgba(70,56,189,.2);
 }

 .gif-sm{
    height:96px;
    width: 96px;
 }

 .gif-md{
    height:128px;
    width: 128px;
 }

 .marquee {
    font-family:Papyrus;
    font-size:1.5em;
    line-height:1.3em;
    color:#FFFFFF;
    background-color:#33CCFF;
}