body {
    background-image: url(RetroClock1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

#logo {
    align-content: stretch;
    font-size: 350%;
    color: black;
    border-top: 1px solid;
    margin-top: 2px;
    text-shadow: 10px 50px 40px hsl(155, 100%, 50%);
}

.header {
    height: 50px;
    padding: 10px;
    text-align: center;
    background-color: #26a69a;
    color: #fff;
}

.menuimg {
    width: 60px;
    height: 60px;
    transition: width 1s, height 1s;
    vertical-align: top;
    padding: 10px;
    border-style: none;
    margin: 3px;
    border-radius: 40%;
}

.menuimg:hover {
    width: 90px;
    height: 90px;
    transition: width 1s, height 1s;
    box-shadow: 0 0 1px 1px rgba(0, 140, 186, 0.5);
    padding: 12px;
    margin: 1px;
}

.content {
    padding-bottom: 70px;
    /*Height of the footer element */
    text-align: center;
}

.menu {
    align-items: stretch;
    top: 100px;
    right: 5%;
    width: 500px;
    height: 70px;
    overflow: visible;
}

.footer {
    position: absolute;
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
    bottom: 0;
}