a {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:white;
}



a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

a:hover {
  background-color: #111111;
}

.splashscreen {
    padding: 80px 40px;
    border-bottom: 2px solid black;
    justify-content: center;
    background-color: rgb(131, 63, 196);
}

.btn-primary {
    background-color: rgb(154, 87, 216);
    border-color: rgb(100, 35, 161);
}

.btn-info {
   color: rgb(131, 63, 196);
   border-color: white;
   background-color: white; 
}

.btn-light {
    color: white;
    border-color: white;
    background-color: rgb(147, 88, 202);
}

p {
    -webkit-text-fill-color:white;
}

h1 {
    -webkit-text-fill-color: white;
}

.center {
  text-align: center;
  align-items: center;
}

.solid-footer {
   padding: 20px;
    text-align: center;
    background-color: #333;
    width: 100%;
    color: white;
    border-color: rgb(197, 193, 193);
    position: bottom;
}

.splashText {
  text-align: left;
  font-size: x-large;
  padding: 100px 80px;
}

.log {
  padding: 100px;
}

.t {
  border-top: 1px white;
}
.hen {
  padding-left: 150px;
  padding-bottom: 100px;
}

.chick {
  padding-top: 51px;
}