
a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

html {
    height: 100%;
}

body {
    /* Background image from: https://unsplash.com/craiggarner */
    background: url('img/desk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    font-family: "Segoe UI";
    text-shadow: 0px 0px 2px black;
}

.container {
    width: 600px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0px auto;
    margin-top: 50px;
    padding: 15px;
    color: #F8F8F8;
    border-radius: 10px;
    border: 1px solid black;

}

.imgbox {
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    display: inline-block;
}

.intro img {
    display: inline-block;
    float: left;
    vertical-align: middle;
    width: 150px;
    padding: 4px;
    background: #444;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.intro p {
    display: block;
    vertical-align: middle;
}

.intro ul {
    list-style-type: none;
}

.links {
    clear: both;
}

.icons {
    padding-top: 10px;
    clear: both;
    text-align: center;
}

.keys {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    text-align: center;
}

.keys a {
    padding: 5px;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 4px;
}
