
#outside{ display: block;
    text-align: center;
    position: inherit;
    background: rgb(255, 255, 255);
    color: rgb(225, 0, 0);
    font-size: 100px;
    letter-spacing: 20px;
    text-shadow: -20px 20px black;
    }

#inside{display: none;
        text-align: center;
        background: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: 0px;
         }
#invite1{position: absolute;
    font-size: 13.5px;
    bottom: 160px;
   left: 280px;
   right: 50px;
font: bolder;}
#invite2{position: absolute;
    bottom:185px ;
    font-size: 13px;
    font-family: cursive ;
    color: rgb(255, 255, 255);
    background-color: rgb(55, 3, 3);
left: 580px;}
#chris{text-align: center;
    height: 580px;
    width: 1020px; 
left: 2000px;
right:0px;}
#button1 {        font-size: 15px;
    position: absolute;
    height: 75px;
    width: 150px; 
    right: 50px;
    left: 1000px;
    bottom:90.5px;
    background-color: rgba(255, 0, 0, 0.793);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
#button2 {  border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bolder;
    position: absolute;
    height: 50px;
    width: 150px; 
    right: 50px;
    left: 1000px;
    bottom:85px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);}

