
.sn-pro-uniquifier {
  font-family: "SN Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
    background-color: darkolivegreen;
    font-family: 'Courier New', Courier, monospace;
}

body {
    color: goldenrod;
}

p {
    font-size: 20px;
    font-family: "SN Pro", sans-serif;
}

.crop-box {
    width: 500px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    overflow:hidden;
    position: relative;
    padding: 20px;
    background-color: darkseagreen;
    border-radius: 10px;
}

.crop-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}