body {
       color: #ffffff;
       font-family: 'Roboto', sans-serif;
       text-align: center;
  }

html{
       background-color: #000000;
       background-image: url("/./img/th_logo_white.svg");
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: center center;
       background-size: 250px 250px;
}

p {
       display: none;
}