body {
background-color:#000000;
color:#BBBBBB;
font-family: 'Open Sans', sans-serif;
text-align:center;
}
a {
color:#AAAAAA;
}
a:hover{
color:#FFFFFF;
}
#personal {
position:fixed;
top:0px;
right:0px;
width: 200px;
text-align:center;
}
#icon {
background-image: url(KKg.jpg);
height:150px;
}
#contact h1{
font-size:25px;
font-weight:bold;
}
#outer {
width:980px;
margin:0 auto;
}
#text {
text-align:left;
}
#text h1 {
padding-top:45px;
font-size:60px;
font-weight:bold;
font-family: 'Nunito', sans-serif;
}
#footer {
text-align:right;
color:#444444;
position: fixed;
bottom:10px;
right:10px;
}
#footer a {
color:#444444;
text-decoration: none;
}
#footer a:hover {
color:#333333;
}