body {
    background-color: #282828;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

h2{
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

p{
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.header-container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-container {
    width: 70%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 3rem;
    margin-top: 20px;
    text-wrap: balance;
    opacity: 0.8;
}

.header {
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    background-image: url('/img/svg/headerbg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blob-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: ; 
   
}
  
.blob-left, .blob-right {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0; 
    z-index: 1; 
}
  
.blob-left {
    opacity: 0.7;
    left: 0;
}

.blob-right {
    top: 45%;
    right: 0;
}
