/* 
use . for class styling?
use # for fi styling?
*/
#Intro
{
    position:fixed;
    display: block;
    background-size: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    overflow: hidden;
    z-index: 1;
}
#Intro_p
{
    position:fixed;
    display: block;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    overflow: hidden;
    z-index: -1;
}
#back
{
    position: fixed;
    min-height: 100%;
    scale: 2;
    width: 100%;
    opacity: 25%;
    z-index: -1;
}

#Secret
{
    align-items: center;
    background-color: #fee6e3;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    display: flex;
    font-family: Inter,sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
#RSVP
{
   
      align-items: center;
      background-color: #fee6e3;
      border: 2px solid #111;
      border-radius: 8px;
      box-sizing: border-box;
      color: #111;
      cursor: pointer;
      display: flex;
      font-family: Inter,sans-serif;
      font-size: 16px;
      height: 48px;
      justify-content: center;
      line-height: 24px;
      max-width: 100%;
      padding: 0 25px;
      position: relative;
      text-align: center;
      text-decoration: none;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
    
    }
    
    #check
    {
        align-items: center;
        background-color: #fee6e3;
        border: 2px solid #111;
        border-radius: 8px;
        box-sizing: border-box;
        color: #111;
        cursor: pointer;
        display: flex;
        font-family: Inter,sans-serif;
        font-size: 16px;
        height: 48px;
        justify-content: center;
        line-height: 24px;
        max-width: 100%;
        padding: 0 25px;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
#Details
{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    text-shadow: 2px 0 pink, -2px 0 pink, 0 2px pink, 0 -2px pink,
               1px 1px pink, -1px -1px pink, 1px -1px pink, -1px 1px pink; 
}
   
#title
{
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 0 pink, -2px 0 pink, 0 2px pink, 0 -2px pink,
               1px 1px pink, -1px -1px pink, 1px -1px pink, -1px 1px pink;
               
}


#main
{
    margin-left: 10%;
    border: 2px solid rgb(255, 255, 255);
    height: 75%;
    width:75%;
    object-fit: contain;
    z-index: 3;
}

#sparkle
{
    width:fit-content;
    height: fit-content;
}
#test
{
    color: aliceblue;
}

#text
{
    font-family: cursive;
}

.RSVP_L
{
    text-align: center;
    height: auto;
    width: auto;
    margin-left: 50%;
    color: aliceblue;
    background-color:rgb(140, 157, 160);
    border: 5px outset gold
    
}