body {
    background-image: url("./../img/wallpaper.png");
    background-attachment: fixed;
    position: relative;
    background-position: center;
  
    width: 100%;
    height: 100vh;
    background-size: cover;

    font-family: 'Noto Sans CJK TC',sans-serif !important;
}

a {
    color: #0060B6;
    text-decoration: none;
}

.hero {
    background-color: #FFEE8C;
    width: 720px;
    height: 400px;
    border-radius: 10px;

    overflow: auto;

    opacity: 90%;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.info {
    padding: 50px;
}

.pfp {
    width: 30%;
    height: 30%;
    filter: saturate(1.2);

    float: right;
}

.divider {
    display: none;
}

.divider1 {
    display: none;
}

#youtube_icon {
    width: 60px;
    height: 60px;
}

#main_instagram_icon {
    width: 60px;
    height: 60px;
}

#ckcsc_instagram_icon {
    width: 60px;
    height: 60px;
}

#github_icon {
    width: 60px;
    height: 60px;
}

#hackmd_icon {
    width: 60px;
    height: 60px;
}

#slides_icon {
    width: 60px;
    height: 60px;
}

@media (max-width: 720px) {
    .hero {
        position: relative;
        background-position: center;
    
        width: 90%;
        height: 70%;
        text-align: center;
        background-size: cover;

        padding: 30% 0;
    }

    .pfp{
        display:none;
    }
}

@media (max-width: 540px) {
    .hero {
        position: relative;
        background-position: center;
    
        width: 90%;
        height: 80%;
        text-align: center;
        background-size: cover;
    }

    .info {
        padding: 20px;
    }

    .divider {
        display: inline;
    }

    .divider1 {
        display: inline;
    }
}