body{
    font-family: "Special Gothic Expanded One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title-image{
    width: 100%;
    max-width: 320px;
    border-radius: 50%;
}

.icon{
    height: 34px;
}

.icon.youtube{
    margin-left: -3px;
}

.icon-play{
    position: absolute;
    width: 110px;
    padding-top: 200px;
    margin-left: -45px;
    left: 50%;
}

.icon-play:hover{
    opacity: 0.7;
    transform: scale(1.1);
}

.svg-discord{
    height: 32px;
    width: 32px;
}

.page-content{
    text-align: center;
}

.fa {
    padding: 10px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}

.fa:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.jm-facebook {
    background: #3B5998;
}

.jm-youtube {
    background: #bb0000;
}

.jm-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.jm-tiktok {
    background: #000000;
}

.jm-discord{
    background: #5662F6;
}