#container {
    position: relative;
    height: 250px;
    margin: 50px;
    width: 400px;
    background-image: url('/images/begin.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    border: solid 5px;
    overflow: hidden;
    align-items: center;
    box-shadow: 10px 5px 5px rgb(0, 0, 0);
}

.classic {
  height: 17%;
  margin: 138px;
  margin-top: 163px;
  font-size: 1.4rem;
  text-justify: top;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #242424;
  cursor: pointer;
  transition: 200ms;
  box-shadow:
    0 4px 0 #dcdcdc,
    0 6px 8px rgba(0,0,0,0.1);
}

.classic:hover {
  transform: translateY(3px);
  box-shadow:
    0 2px 0 #dcdcdc,
    0 3px 6px rgba(0,0,0,0.1);
}
