/* Default */
*{
    margin: 0;
    padding: 0;
}
.clearFix::after{
    content: "";
    display: block;
    clear: both;
}
.fixed-width{
    max-width: 1120px;
}
/* Header Section */
.header{
    background-color: rgb(211, 88, 249);
}
.header-left{
    float: left;
    width: 30%;
}
.header-left h1::before{
    content: "SRS-Soft";
    padding: 0px 10px;
    color: brown;
    text-shadow: 1px 1px black;
    font-size: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    line-height: 60px;
    text-decoration: italic;
}
.header-right{
    float: right;
    width: 70%;
    text-align: right;
}