@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lexend&display=swap);


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Lexend";
}

html {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadworks_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#roadworks_img {
    width: 300px;
    height: auto;
}

@media screen and (max-width:475px) {
    #roadworks_img {
        width: 63%;
    }
}
