@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

.construction-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
}

.solar-bg {
    background-image: url('solar_bg.jpg');
    background-size: cover;
    height: 100vh;
}

.wrap-info {
    position: relative;
    width: 650px;
    max-width: calc(100% + 110px);
    height: 80px;
    background-color:transparent;
}

.info {
    width: 100%;
    height: 100%;
    background-color:#ffe151;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    border-radius: .25em;
}

.info::after {
    content: '';
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
}