

html {
    height: 100%;
}

/* Base styles */
body {
    background-image: url("/backgroundsp.jpg");
    background-size: contain;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}





.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff00;
    color: #fcfffe;
    text-align: center;
}

.button-51 {
    background-color: transparent;
    /* Button background initially transparent */
    border: 1.5px solid #0d85da;
    /* Border color */
    color: #0d85da;
    /* Text color */
    font-family: "Avenir Next LT W01 Bold", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 16px 23px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: background-color 300ms ease-in, color 300ms ease-in;
    /* Smooth transition for background and text color */
}

.button-51:hover,
.button-51:active {
    background-color: #0d85da;
    /* Change background to outline color on hover/active */
    color: #ffffff;
    /* Change text color for contrast */
}

.bottom-right {
    position: fixed;
    right: 10%;
    bottom: 20%;
    text-align: center;
}

h1 {
    font-size: 5rem;
    color: #000;
    
    white-space: nowrap;
    overflow: hidden; /* Hides the text overflow */
    width: 8ch; /* Controls the visible width */
}


p {
    color: #000;
    /* White color for the text */
    
    /* Horizontal shadow, Vertical shadow, Blur radius, and Color */
}

