html, body {
  margin: 0;
  padding: 0;
}

body {
    background-color: darkslategrey;
}
h2 {
    color: white;
    text-align: center;
    font-size: 2.5vw;
}

a {
    color: white;
    font-size: 2vw;
}

p {
    font-size: 2vw;
}

pre {
    color: white;
}

.bottom {
    width: 100%;
    height: 100%;
    
}

.top {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.sampleMarquee {
    transform: translateY(-2px);
}

.shift {
    transform: translateY(60%);
    
}

.pshift{
    margin-bottom: 50em;
}

#hyperlinks {
    transform: translateY(720px);
    word-spacing: 1200%;
}

.rug {
    width: 100%;
    height: 100%;
    transform: translateY(30%);
}

.footer {
    bottom: 0;
}

h3{
    color:white;
    text-align: center
}

.center{
    text-align: center;
}

p{
    color: white;
}

.db{
    text-align: center;
    color: hotpink;
}

.laldy{
    color: red;
}

.kirk{
    width: 100%;
}

.plagiarism-links{
    transform:translate(200%,-260%) rotate3d(1,2,1,8deg);
    font-size: 2vw;
    background-color: rgba(255, 250, 240, 0.6);
    color: black;
    width: 250px;
}

.Fakes{
    justify-content: center;
    background-color: #a96e56;
    color: #f4e6d5;
}

.Fakes-group{
    position: absolute;
    left: 40%;
    transform: translate(-40%);
    background-color: #a96e56;    
    padding: 20px;
}

.FakesHeading{
    font-size: 5vw;
    color:#f4e6d5;
}