body {
    background-color: #fff;
    margin: 0px;
    font-family: Noto Sans;
}

a {
    text-decoration: none;
}

.main {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 0px 20%;

}

.content-title {
    margin-top: 30px;
    display: flex;
    text-align: justify;
    align-items: flex-start;
    flex-direction: column;
    white-space: wrap;
}

.content-center {
    margin-top: 50px;
    align-items: flex-start;
    flex-direction: column;

}

.content-workspace {
    display: flex;
    flex: 1;
    margin-top: 50px;
    align-items: flex-start;
    flex-direction: row;

}

.workspace-left {
    display: flex;
    flex-direction: column;
    flex: 0.35;
    padding: 0px 20px;

}

.workspace-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0px 20px;

}

.content-box {
    display: flex;
    flex: 1;
    margin-top: 50px;
    flex-direction: column;
    margin-bottom: 200px;

}

.content-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0px 20px;
    margin-bottom: 180px;
}


.line {
    height: 1px;
    border-width: 0;
    background-color: black;
}

.sm-text {
    text-align: justify;
    font-size: 13px;
    color: #3a3a3a
}

.lg-text {
    text-align: justify;
    font-size: 25px;
    color: #3a3a3a;
    padding-right: 10px;
}

.sm-title {
    text-align: justify;
    font-size: 13px;
    color: #3a3a3a;
}

.title {
    font-size: 40px;
    color: #3a3a3a;
}

.description {
    font-weight: lighter;
    margin-top: 30px;
    font-size: 16px;
    color: #3a3a3a;
}

.btn-techberry {
    background-color: #C5C2C2;
    color: #0E0E0E;
    font-size: 16px;
    padding: 10px 40px;
    border: 0px;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-out;

}

.btn-techberry:hover {
    background-color: #DB16A3;
    color: white;
}

.btn-workspace {
    background-color: white;
    border: 2px #DB16A3 solid;
    color: #DB16A3;
    font-size: 16px;
    padding: 10px 40px;
    width: 230px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-out;

}

.btn-workspace:hover {
    background-color: #DB16A3;
    color: white;
}

.parallax {
    /* The image used */
    background-image: url("https://web.techberry.tech/wp-content/uploads/2022/09/crop-0-0-1920-1329-0-robert-collins-tvc5imO5pXk-unsplash-1.jpg");

    /* Full height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-text {
    /* background-color: transparent; */
    line-height: 70px;
    text-align: center;
    color: white;
    font-size: 36px;
    width: 420px;
    position: absolute;

}

.footer {
    display: flex;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #eee;
}