h1 {
color: #A3D8F9;
text-align: center;
font-family: "SF Pro Text";
font-size: 96px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

h2 {
    color: #A3D8F9;
    text-align: center;
    font-family: "SF Pro Text";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body {
    background-image: url('FluffyCloudCamp.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    color: #A3D8F9;
    text-align: center;
    font-family: "SF Pro Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    margin: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 62, 227, 0.3);
    z-index: 1; 
}

.content {
    max-width: 1300px; 
    margin: 0 auto; 
    padding: 10px; 
    position: relative;
    z-index: 2;
}