body{
    background: #141414;
    color: white;
}

header{
    /*background: #1f1f1f;*/
    font-family: 'Secular One', sans-serif;

}

footer{
    padding: 2px;
    background: #111111;
    text-align: center;
    font-family: Phantomsans, sans-serif;
}

.h1{
    font-size: 70px;
}

.h3{
    margin: 4px;

    padding: 0;
    font-size: 20px;
    font-family: Phantomsans, sans-serif;
}

.break{
    padding-top: 118px;
}

iframe{
    padding: 10px;
}

iframe span{
    border-radius: 8px;
}

a{
    text-decoration: none;
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #6d007e, #f700ff 50%, #71007e);
    border: 0;
    /*border-radius: 8px;*/
    box-shadow: rgba(190, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: 'Secular One', sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;

}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background-color: rgb(29, 5, 45);
    padding: 16px 24px;
    /*border-radius: 6px;*/
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        font-size: 24px;
        min-width: 196px;
    }
}

.medias{
    font-family: 'Secular One', sans-serif;
    background: #111111;
    font-size: 15px;
    padding: 4px;
    border-radius: 20px;
}


