@font-face {
    font-family: Cooper;
    src: url(fonts/cooper.woff);
    src: url(fonts/cooper.woff2);
}
@font-face {
    font-family: Arial Black;
    src: url(fonts/arial-black.woff);
    src: url(fonts/arial-black.woff2);
}


body {
    margin: 0px;
}

.header {
    font-family: Cooper;
    text-align: center;
    font-size: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin-top: 0.9vh;
}
header a {
    text-decoration: none;
    color: black;
    transition: all 0.5s ease;
}
header a:hover {
    color: rgb(51, 51, 51);
}
.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: black;
    text-decoration: none;
}
img {
    height:100px;
    transition: all 0.7s ease;
}
img:hover {
    background-color: rgb(185, 68, 68);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    
}
.sp, .yt, .ig, .gn {
    font-family: Cooper;
    font-size: 20px;
    text-align: center;
    
    color: black;
    transition: all 0.7s ease;
}
a {
    text-decoration: none !important;
}

.sp:hover p {
    color:rgb(185, 68, 68);
}
.yt:hover p {
    color:rgb(185, 68, 68);
}
.ig:hover p {
    color:rgb(185, 68, 68);
}
.gn:hover p {
    color:rgb(185, 68, 68);
}
