to style copyright footer
.copyright{
width:100%;
height:60px;
}
.copyright-grid{
display:grid;
grid-template-columns:1fr 1fr;
height:60px;
}
.copytext{
justify-self:flex-start;
align-self:center;
}
.template{
justify-self:flex-end;
align-self:center;
}