*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: cadetblue;
    height: 500px;
    width: 1535px;
}
.Html{
     
    background-color: black;
    height: 450px;
    width: 480px;
    margin-left: 20px;
}
.Css{
    
    background-color: black;
    height: 450px;
    width: 480px;
}
.Js{
    background-color: black;
    height: 450px;
    width: 480px;
    margin-right: 20px;
}
p{
    color: Black;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 20px;
}
.HeaderHtml{
    height: 50px;
    width: 479px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px blue;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.HeaderCss{
    height: 50px;
    width: 479px;
    box-shadow: 0px 0px 5px blue;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.HeaderJs{
    box-shadow: 0px 0px 5px blue;
    height: 50px;
    width: 479px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
#JS{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 20px;
}
#CSS{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 20px;
}
#HTML{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 20px;
}
#HtmlText{
    height: 360px;
    width: 479px;
    background-color: white;
    resize: none;
    margin-top: 30px;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#CssText{
    margin-top: 30px;
    padding: 20px 20px 20px 20px;
    height: 360px;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    resize: none;
    width: 479px;
    background-color: white;
}
#JsText{
    margin-top: 30px;
    height: 360px;
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 479px;
    background-color: white;
    resize: none;
}
.CodeArea{
    height: 227px;
    width: 1535px;
}
.HeaderCodeResult{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: brown;
    box-shadow: 0px 0px 10px white;
    height: 60px;
    width: 1535px;
}
#Save{
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-right: 20px;
    background-color: white;
}
iframe
{
    width: 100%;
    height: 95%;
    border: 0;
    outline: 0;
    background: #fff;
}