@font-face {
    font-family: "dangerous";
    src: url(../fonts/Mister\ Dangerous.ttf);
}

@font-face {
    font-family:"brush" ;
    src: url(../fonts/NanumBrushScript-Regular.ttf);
}

@font-face {
    font-family:"damn" ;
    src: url(../fonts/damn\ \(1\).ttf);
}

body {
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: black;
    height: 301vh;
    align-items: center;
}

#newsletter {
    width: 600px;
    background-color: #F3F3F3;
    height: 301vh;
}

h1 {
    font-size: 88px;
    font-family: "dangerous";
    letter-spacing: 7px;
    text-align: center;
}


#album {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
        gap: 33px;
}


#album-kdot {
    display: flex;

    align-items: center;

        height: 76vh;
}

#kdot-splash {
    width: 50%;
}

h2{font-family: "dangerous";
    font-size: 50px;
    margin: 0;
letter-spacing: 3px;}

#gnx-album{color: #479D9D;
    font-size: 80px;
    letter-spacing: 5px;}

    #icons{    display: flex
;
    gap: 23px;}
    


h3{font-family: "brush";

font-size: 50px;

margin: 0;}

#tours-kdot{display: flex;
flex-direction: column;
align-items: center;}

#tours-title{font-family: "damn";
letter-spacing: 5px;}

#date{display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

    p{font-size: 50px;
        font-family: "damn";
letter-spacing: 5px;
color: white;
    }