body {
  background-color: white;
  color: black;
  font-family: verdana;
}

.SaveTikTok {
  background-color: black;
  text-align: center;
  width: 100%;
  height: 100px; /* Adjust the height as needed */
}
  
.logo {
  text-align: center;
  margin-top: 50px;
}

.copyright {
    position:fixed;
    bottom:0;
    position: relative;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
}
  
.copyrighttext {
  font-size:10
}