* {
    margin: none;
    padding: none;
}

.Parent .html {
    height: 500px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
}

.Parent .html #img1 {
    position: relative;
    top: 200px;
}

.Parent .html .text {
    position: relative;
    top: 50px;
    color: blue;
    font-size: 19px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: justify;
}

.Parent .JS {
    height: 500px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    margin-top: 20px;
}

.Parent .JS #img1 {
    position: relative;
    top: 200px;
}

.Parent .JS .text {
    position: relative;
    top: 50px;
    color: skyblue;
    font-size: 19px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Source Code Pro', monospace;
    text-align: justify;
}

.Parent .python {
    height: 650px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    margin-top: 20px;
}

.Parent .python #img1 {
    position: relative;
    top: 200px;
}

.Parent .python .text {
    position: relative;
    top: 50px;
    color: rgb(223, 56, 56);
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    text-align: justify;
}