img {
    max-height: 70em;
    width: 100vw;
}

.grid{
  display: flex;
  justify-content: center;
}

.tempContainer {
    position: relative;
}

.tempText {
    position: absolute;
    top: 26.8vw;
    left: 34.5vw;
    font-size: 1.8vw;
    color: white;
}

body {background-color: #b7b7b7;}