@mixin square() {
    height: 300px;
    width: 300px;
    border-style: solid;
    border-width: 5px;
}
