@font-face {
    font-family: 'Dogica';
    src:url(fonts/dogica.ttf);
}

body {
    background-color: #000000;
    background-image: url(images/laptopbg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    font-size: 10px;
    color: #fff;
    font-family: Dogica;
    text-shadow: 1px 2px #000000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #808080;
    transition: .3s;
}

title {
    background-color: #000;
    color: #fff;
}

/*-----SCROLLBAR-----*/
/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #000; 
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #fff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #adadad; 
}
/*-----END OF SCROLLBAR-----*/

#icons {
    position: absolute;
    top: 15px;
    left: 250px;
}

.icon {
    margin-top: 40px;
    text-align: center;
    padding: 0 7px;
}

.icon:first-child {
    margin-top: 14px;
}