*{margin:0;padding:0;font-family:"Source Sans Pro";}

body {
  background-color: black;
}


.middle {
    background-color: black;

    width: 249px;
    height: 97px;
    margin: auto;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
  transition: background-color 2s ease, color 2s ease;
}

a:hover {
  color: #47CFCB;
  text-decoration: none;
}

.text {
    font-weight: 300;
    font-size: 32px;
    color: white;
    text-align: center;
    opacity: 0;
    top: 50px;
    position: relative;
}
.hr {
    margin-top: 12px;
    height: 1px;
    width: 262px;
    margin-left: -262px;
    background-color: white;
}
.desc {
    font-weight: 301;
    font-size: 20px;
    color: white;
    text-align: center;
    overflow: hidden;
}
.desc span {
    margin-top: -24px;
    display: block;
}