div{
    aspect-ratio: 1/1;
    width: 300px;
    background-color: blue;
}

.yellow{
    background-color: yellow;
}