@import url("components/colors-TUl6xDC.css");
@import url("components/properties-BGm1qk7.css");
@import url("fonts/fonts-43BLWwL.css");
@import url("components/stars-Cw2LtoI.css");

body {
    background-color: var(--background-dark);
    background-image: url("../images/bg-body-iIA6qDG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0; 
    padding: 0;
    overflow-x: hidden; 
    position: relative;
}

.modal-content {
    background-color: var(--ultralight-bg-color);
    color: var(--text-dark);
}

body {

}

.logo {
    width: 50px;
}

.manrope-title {
    color: white;
    font-weight: 200;
}

.icon-h2 {
    height: 20px;
}

.icon-why {
    height: 40px;
}

.svg-invert {
    filter: invert(1);
}