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

body{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
  }

.container{
    width: 100%;
    background-color:lightgray;
    height: 100vh;
    text-align: center;
    overflow: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

#header{
    background-color: rgba(30, 30, 30);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 14vh;
    line-height: 3vh;
    display: flex;
    align-items: center;
}

a{
    text-decoration: none; 
    color: white;
    font-family: 'Noto Sans KR', sans-serif;
}

.a{
    font-size: 2.5vh;
    padding: 30px;
}

.a:hover{
    text-decoration: underline;
    font-size: 3vh;
    transition: all 0.3s;
}

h1{
    text-align: center;
    font-size: 5vh;
}

#section1{
    background-color: rgb(169, 52, 52);
    height: 70vh;
    padding-top: 16vh;
    scroll-snap-align: start;
    font-size: 3vh;
    font-family: 'Noto Sans KR', sans-serif;
    line-height:0vh;
}

.누가_꽃이게{
    height: 56vh;
    border-radius: 30px;
}

#section1-2{
    height: 14vh; 
    background-color: rgb(169, 52, 52);
    font-size: 3vh;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 0.5vh;
    scroll-snap-align: start;
}

#section2{
    background-color: rgba(0, 128, 0, 0.547);
    height: 72vh;
    font-family: 'Noto Sans KR', sans-serif;
    white-space:nowrap; 
    overflow-x:auto;
    scroll-snap-type: x mandatory;
}

.info{
    font-size: 5vh;
}

#section2-2{
    height: 14vh; 
    background-color: rgba(0, 128, 0, 0.547);
    font-size: 6.5vh;
    font-family: 'Noto Sans KR', sans-serif;
    scroll-snap-align: start;
    line-height: 10vh;
}

#section3{
    background-color: rgb(104, 104, 248);
    height: 72vh;
    font-family: 'Noto Sans KR', sans-serif;
    white-space:nowrap; 
    overflow-x:auto;
    scroll-snap-type: x mandatory;
}

.노래{
    height: 50vh;
    border-radius: 30px;
    margin-top:6vh ;
}

.영화{
    height: 50vh;
    border-radius: 30px;
    margin-top:6vh ;
}

.게임{
    height: 50vh;
    border-radius: 30px;
    margin-top:6vh ;
}

#section3-2{
    height: 14vh; 
    background-color: rgb(104, 104, 248);
    font-size: 6.5vh;
    font-family: 'Noto Sans KR', sans-serif;
    scroll-snap-align: start;
    line-height: 10vh;
}

#section4{
    background-color: beige;
    height: 86vh;
    font-family: 'Noto Sans KR', sans-serif;
    scroll-snap-align: start;
    white-space:nowrap; 
    overflow-x:auto;
    scroll-snap-type: x mandatory;
}

.페이스북{
    height: 50vh;
    margin-top: 13.5vh;
    border-radius: 30px;
}

.깃허브{
    height: 50vh;
    margin-top: 13.5vh;
    border-radius: 30px;
}

#title{
    padding-left: 10vh;
}

.menu{
    margin-left: auto;
    padding-right: 4vh;
}

.social{
    font-size: 6vh; 
    font-family: 'Noto Sans KR', sans-serif; 
    color: black;
}

.social:hover{
    font-size: 7vh;
    transition: all 0.3s;
}