.bg-image {
    background-color: #e9e9fc;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
}

.logo {
    padding-top: 2rem;
    margin-bottom: 1rem;
}

.tech-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tech-images img {
    width: 45px;
    margin: 0 1rem;
}

.preview-image {
    z-index: 1;
}

.bg-image svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumb-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.web-view {
    transition: all 0.5s;
}

.web-view a {
    display: block;
    max-height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

.web-view:hover {
    transform: scale(1.05);
}