@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
	margin: 0;
}

body {
    height: 100%;
    font-family: 'Noto Sans TC', '黑體-繁','微軟正黑體', sans-serif !important;
    margin: 0;
    padding: 0;
    background-image: url('../img/back.png');
    background-size: cover;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

hr {
    color:rgba(67, 221, 219, 0)
}

.server a {
    color: #ffffff;
    text-decoration: none;
}

.firsthead {
    height: 800%;
}

.webmain {
    width: 100vh;
    margin-top: 250px;
    margin-bottom: 250px;
}

.webhead {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
    height: 800px;
    width: 100vh;
    text-align: center;
    margin-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wehave {
    margin-bottom: 50px;
}


.mainimg {
    border-radius: 50%;
    height: 150px;
    width: 155px;
}

.type {
    height: 100px;
}

.typer {
    font-size: 300%;
    background: -webkit-linear-gradient(45deg, rgb(190, 253, 18) 20%, rgb(67, 221, 219), rgb(84,126,255) 90% );
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.notyper {
    font-size: 300%;
    color: white
}

.notyper, .typer {
    display: inline;
    margin: 0;
}

.text-main {
    font-size: 150%;
    color: white;
    font-weight: bold;
}

.text-infomain {
    font-size: 300%;
    color: white;
    font-weight: bold;
    text-align: center;
}

.text-des {
    font-size: 150%;
    font-weight: bold;
    color: rgb(127, 127, 127);
}

.foot {
    text-align: center;
    color: #474747;
    size: 15px
}

.sc {
    width: 100px;
    height: 100px;
    background-color: #3498db;
    position: fixed;
    top: 50%;
    left: -100px;
    transition: left 0.5s ease;
}

.content {
    height: 200vh;
}

.info {
    color: white;
    font-size: 200%;
    margin-bottom: 30px;
}