body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color:#000000;
  color: #cccccc;
}
h1{
    color: #ffcd00;
}
hr{
    width: 66%;
    border-color: #ff6d00;
}
.ctext {
text-align: center;
margin-bottom: 5em;
position:relative;
}

.ftext{
  float: right;
  vertical-align: middle;
  margin:1em;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #cccccc;
  background-color: #000000;
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
}

.socials{
  float: left;
  vertical-align: middle;
}

.simg {
  width: 4em;
margin :0.5em;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
}
.centerap {
  display: inline-block;
  margin-left: 33%;
  margin-right: auto;
  height: 75px;
}

.centersp {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
}

.centerti {
  display: block;
  margin-left: auto;
  margin-right: 33%;
  height: 40px;
}

.centeryt {
  display: block;
  margin-left: auto;
  margin-right: 25%;
  height: 50px;
}

.centeram {
  display: block;
  margin-left: 38%;
  margin-right: auto;
  height: 50px;
}
.container {
  display: grid;
  grid-template-columns:20% 20% 20% 20% 20%;
  align-items: center;
}

.floatspotify{
  margin-left: 15px ;
  margin-right: 15px;
    aspect-ratio: 141/41;
  height: 60px;
}
.floattidal{
    aspect-ratio: 753/100;
  margin-left: 15px ;
  margin-right: 15px;
  height: 30px;
}
.floatapple{
  margin-left: 15px ;
  margin-right: 15px;
    aspect-ratio: 823/225;
  height: 50px;
}
.floatyoutube{
    aspect-ratio: 2366/441;
  margin-left: 15px ;
  margin-right: 15px;
  height: 30px;
}
.floatamazon{
    aspect-ratio: 262/56;
  margin-left: 15px ;
  margin-right: 15px;
  height: 30px;
}

/* unvisited link */
a:link {
  color: #ccffcc;
  text-decoration:none;
}

/* visited link */
a:visited {
  color: #ccffcc;
  text-decoration:none;
}

/* mouse over link */
a:hover {
  color: #ffba00;
  text-decoration:none;
}

/* selected link */
a:active {
  color: #ccffcc;
  text-decoration:none;
}