html{
    height: auto;
    width: auto;
    margin: 0px;

}

body{
    /* background-color: olive; */
    /* background-image: url(Images/cutting.jpg); */
    background-color: hsl(0, 6%, 32%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.maincontainer{
    display: flex;
    flex-direction: column;
    background-color: hsla(0, 0%, 0%, 0.705);
    margin-bottom: 25px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.mainheading{
    text-size-adjust: auto;
    font-size: 3cm;
    color: hsl(12, 82%, 45%);
    text-align: center;
    margin: 0%;
}

.about{
    /* display: block; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1cm;
    color: hsl(219, 84%, 52%);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    text-wrap-mode: pre-line;
    text-wrap-style: auto;
}

