img {
    width: 300px;
}
body{
    background-color: whitesmoke;
    width: 50vw;
    margin: 0 auto;

}

h1{
    color: rgb(126, 185, 145);
    text-align: justified;
    font-family: 'Impact';
    font-size: 2rem;
    line-height: 17px;
}

h2{
    color: rgb(79, 122, 151);
    text-align: justified;
    font-family: 'Impact';
    font-size: 1.5rem;
    line-height: 13px;
}

h3{
    color: rgb(79, 122, 151);
    text-align: justified;
    font-family: 'Impact';
    font-size: 1.2rem;
    line-height: 3px;

}

p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    color: darkgrey;
    line-height: 8px;

}