@font-face {
    font-family: "pixel";
    src: url("fonts/pixel.ttf"); 
}

body {
    background-color: black;
    font-family: "pixel";
    -webkit-user-select: none;       
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img {
    height: 190px;
    width: 340px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}
p {
    font-size: 10px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#elements {
    position: relative;
    display: inline-block;
    width: 600px;
    height: 189px;
}
#urls {
    position: absolute;
    bottom: 20%;
}
#desc {
    position: absolute;
    top: 20%;
}
.sections:hover {
    cursor: pointer;
}
#min {
    min-width: 1000px;
    min-height: 220px;
    display: inline-block
}