
   
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0px;
            background-color: black;
            color:white;
        }
        header {
            /* background-color:#fff; */
            color: #fff;
            text-align: center;
        }

        footer {
            /* background-color: #333; */
            color: #fff;
            text-align: center;
        }
    
        main {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; 
        }
        section {
            flex-basis: 49%; 
            box-sizing: border-box;
            padding: 5px;
            margin-bottom: 20px;
            margin-left: 10px;
    
        }

        #section1 img {
            width: 100%; 
            height: auto; 
        }

        #section3 {
            margin-left:10%;
            margin-right:10%;

        }
      
       
        
        @media (max-width: 1250px) {
  
            #purchaseButton2 {
        display: none;
    }



 
    section {
        flex-basis: 100%; 
    }
}

#logoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
    background-color: transparent;
}

#logoContainer a {
    text-decoration: none;
}

#logoImg {
    width: 128px;
    height: 128px;
}

h3{
font-size: xx-large;
}
   



/* Your existing purchaseButton2 styles */
#purchaseButton2 {
    position: fixed;
    bottom: 1px;
    right: 0px;
    z-index: 999;
}



#purchaseButton2 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 19px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

#purchaseButton2:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


#purchaseButton2:focus {
    user-select: auto;
}


#purchaseButton2:hover:not(:disabled) {
    filter: brightness(1.1);
}


#purchaseButton2:disabled {
    cursor: auto;
}


#purchaseButton2:active:after {
    border-width: 0 0 0px;
}


#purchaseButton2:active {
    padding-bottom: 10px;
}



#purchaseButton1 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 19px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

#purchaseButton1:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


#purchaseButton1:focus {
    user-select: auto;
}


#purchaseButton1:hover:not(:disabled) {
    filter: brightness(1.1);
}


#purchaseButton1:disabled {
    cursor: auto;
}


#purchaseButton1:active:after {
    border-width: 0 0 0px;
}


#purchaseButton1:active {
    padding-bottom: 10px;
}
