body {
font-family: times new roman;
letter-spacing: 0px;
font-size: 10px;
text-align: justify;
color: #000000;
cursor: default;
background-color: 000000;
}

.title {
padding:20px; 
font-family: Rubik;
letter-spacing: 3px;
font-size: 30px;
text-align: left;
color: #778F94;
text-transform: lowercase;
cursor: default;
}

.content {
padding:2px; 
font-family: Roboto;
letter-spacing: 1px;
font-size: 18px;
line-height: 43px;
text-align: justify;
color: #E7E9EA;
cursor: default;
}

a:link, a:visited, a:active {
font-family:Roboto;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color:#A3C6D1;
text-decoration: none;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: dashed;
       border-color: #ffffff;
}

a:hover {
font-family:Roboto;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color:#6CA5CF;
cursor: default;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: dotted;
       border-color: #ffffff;
}

i {
color:#B1C0C7;

}

b {
color: #B1C0C7; 

}

u {
color:#B1C0C7; 

}


input, textarea, submit, reset, option, select {
padding: 7px;
font-family: Rubik;
letter-spacing: 2px;
font-size: 17px;
weight: 300;
text-align: justify;
color: #566B82;
cursor: default;
background-color: #000000;
       text-align: left;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #EDEEEF;
}




*:focus {
outline: none;
outline-width: 0; }