.bclass {
    /*background: url(sweden.jpg);*/
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    border: 1px solid transparent;
    min-height: 100%;
}

.link {
    width: 150px;
    background-color: rgba(46, 46, 46, 0);
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.contact {
    width: 600px;
    background-color: rgba(29, 53, 189, 0.9);
    height: 250px;
    white-space: pre-wrap;: width;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 25%;
    left: 40%;
}

html {
    min-height: 100%;
    overflow-y: scroll;
}

.centerico {
    display: block;
    margin: auto;
    text-align: center;
    width: 99%;
}

.investico {
    background-color: rgba(255, 245, 245, 0.7);
    width: 100px;
    height: 100px;
}

.grid-container {
    display: inline-grid;
    margin-left: 200px;
    column-gap: 25px;
    row-gap: 25px;
    /*grid-auto-flow: column;*/
    grid-template-columns: repeat(5, 100px);
}

.invisible-text {
    color: rgba(0, 128, 0, 0);
    font-size: 10px;
}

.email {
    font-size: 22px;
}

.header {
    margin-left: 200px;

}

.container{
    position: relative;
    clip-path: polygon(0 0,100% 0, 100% 85%, 0 100%);
}

.img{
    height: 500px;
    display: block;
    border-radius: 20px 20px 0 0;
}

.center-container {
    margin: 0 auto; /* Center the container horizontally */
    max-width: 1080px; /* Example max width, adjust as needed */
}
