.emptytopcontainer {
    width: 100%;
    height: 110px;
    background-color: #f74b4b;
    font-size: 95px;
    color: #d23434;
    font-family: 'Raleway', 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 30px;
}
#markerfont {
    font-family: 'Homemade Apple', cursive;
    font-size: 30px;
    color:   #454545;
}
#kenhuangspacing {
    letter-spacing: 12px;
}
#backgroundcolor {
    background-image: linear-gradient(  #fefefe , white,  #fefefe  )
}
.profile-title {
    width: 500px;
    padding: 1px;
    margin: 65px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', 'Times New Roman', Times, serif;
    color: black;
    line-height: 0.50;
}
.name {
    color:   #454545;
    font-size: 40px;
}
.profile-pic {
    height:300px;
    width: 300px;
    border-radius: 50%;
    display: block;
    margin: auto;
    padding-top: 20px;
    bottom: 10;
    left: 0;
    right: 0;
    position: absolute;
    color:white;
    opacity: 0.5;
}
.profile-content {
    width: 700px;
    padding-left: 5px;
    margin: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-family: 'Raleway', 'Times New Roman', Times, serif;
}
.external-link {
    font-weight: bold;
    text-align: center;
    position: relative;
    font-family: 'Raleway', 'Times New Roman', Times, serif;
    background-color:  #f74b4b ;
    width: 100%;
    height: 110px;
}
#subtitles {
    font-family: 'Raleway', 'Times New Roman', Times, serif;
}
p {
    color: gray;
}
ul {
    color: gray;
    margin: 5px;
    padding-left: 10px;
    display: inline-block;
    text-align: left;
}
#top5dj {
    border: solid 1px gray;
    padding: 10px;
    width: 140px;
    margin: auto;
}