


.index-about-text{
    background-color: whitesmoke;
    border-radius: 5px;
}

.index-about-text p{

border-radius: 5px;
width: fit-content;
margin: auto;}

    main{
        width: 100%;
        height: auto;
        min-height: calc(80vh - 60px);
        margin-top: 60px;
        background-image: url(../img/main-background.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:  center;
        display: flex;
        flex-wrap: wrap;
        justify-content:left;
        z-index: 100;
    }

    
@media only screen and (max-width: 1080px) {
    main{
        width: 100%;
        height: auto;
        min-height: calc(60vh - 60px);
        margin-top: 60px;
        background-image: url(../img/main-background.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:  center;
        display: flex;
        flex-wrap: wrap;
        justify-content:left;
        z-index: 100;
    }
}