.navbar {
    margin-bottom: 0;
}

body {
    background: white;
    color: black;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

h1,
h2 {
    font-weight: bold;
}

p {
    font-size: 16px;
    color: black;
    text-align: center;
}

#tt:hover {
  background-color: rgba(255, 217, 0, 0.555);
}

.btn-primary {
    color: #fff;
    text-color: #000000;
    border-color: white;
    margin-bottom: 5px;
}

img,
video,
audio {
    margin-top: 20px;
    max-width: 80%;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
  }