@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.linkk {
	text-decoration: dashed;
	
}

.linkk: :hover {
    color: #C93939;
}

html {
	scroll-behavior: smooth;
}

.for_all{
    opacity: 1;
}

.for_2000{
    display: none;
}

.for_992{
    display: none;
}

@media only screen and (max-width: 2000px){
    .for_all{
        display: none;
    }

    .for_2000{
        opacity: 1;
        display: inline-block;
    }

    .for_992{
        display: none;
    }
}

@media only screen and (max-width: 992px){
    .for_all{
        display: none;
    }

    .for_2000{
        opacity: 0;
        display: none;
    }

    .for_992{
        opacity: 1;
        display: inline-block;
    }

    .p_center {
        text-align: center;
        margin: auto;
    }
}