.container {
    background-image: url('../images/SiteBg.png');
    height:93vh;
    background-size:cover;
    background-position:bottom;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.container h1 {
    font-size:2.5rem;
    text-shadow: 0 0 10px #000;
    color: #fff;
    text-align:center;
}
h1{
    padding-top: 3%;;
    align-self: flex-start;
}
.home{
    background-color: unset;
}
.contacts{
    background-color: var(--secondary-color);
}
.applications{
    background-color: var(--secondary-color);
}
.portfolio{
    background-color: var(--secondary-color);
}
.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 70vh;
    background-color: antiquewhite;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.aboutme {
    font-size: 1.2rem;
    margin: 20px 0;
    width: 90%;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
}

.CodeWarsStat {
    width: 90%;
    max-width: 800px;
    height: auto;
    max-height: 50vh;
    object-fit: contain;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}