body {
    background-color: #262626;
    font-size: 16px;
}

p{
    color: #FCFCFC;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

a{
    color: #FCFCFC;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

button{
    border: none;
    background-color: #262626;
    color:#FCFCFC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: underline;

}

img {
    width: 500px;
    height: auto; /*to preserve the aspect ratio of the image*/
}

#ftn_1 {
  font-size: 12px;
  position: fixed;
  left: 12px;
  bottom: 12px;
  width: 100%;
}