body {
    font-family: 'Roboto', sans-serif;
    background-color: azure;
}

.cover {
    width: 150px;
    height: 225px;
    /* width: 8em;
    height: 12em; */
}

.cover1 {
    width: 8em;
    height: 12em;
    border: 1px solid white;
}

.indent {
    text-indent: 2em;
}

.lmargin {
    margin-left: 5vw;
}

.lspace3 {
    padding-left: 4vw;
}

.square {
    width: 150px;
    height: 150px;
}



.tmargin {
    margin-top: 5px;
}