.main{
    font-size: 120px;
    font-family: causten;
    
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fcffd9;
    column-gap: 900px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #27374D;
    /* background-image: linear-gradient(to bottom right, #090f19, #27374D); */
}

.skip{
    font-size: 50px; 
    display: relative; 
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 2px;
}

header {
    top: 0;
    z-index: 999;
    top: 0;
    left:0;
    width:100%;
    box-shadow:none;
    transition: box-shadow 0.3s ease;
    height: 150px;
    margin-bottom: 115px;

}

.optionbtn{
    font-family: causten;
    font-size: 100px;
    margin-left:40px;
    margin-right:40px;
    padding-left:50px;
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0);
}

#map {height:600px; width:500px}

.skip:hover{
    background-color:#27374D;
    transition: background-color 1s ease;
}

@font-face {
    font-family: causten;
    src: url(Causten-ExtraBoldOblique.otf);
  }
