.initial, .goal {
    display: none;
    align-items: center;
    position: fixed;
    justify-content: space-evenly;
    top: 280px;
    left: 900px;
    border: 3px solid #3B3C37;
    border-radius: 10px;
    height: 140px;
    width: 400px;
    flex-wrap: wrap;
    background-color: #3B3C37;
}
