.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
span {
    padding: 15px;
}
.carinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #64697F;
    width: 100%;
    height: 80vw;
    position: absolute;
    z-index: 1;
}


.tips {
    font-size: 8vw;
    font-weight: bold;
    color: white;
    margin-bottom: -0.1em;
    padding-top: 4em;
}

.carid {
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1.5px;
    border-color: white;
    font-size: 4.5vw;
    color: white;
    width: 35vw;
    height: 7vw;
    margin-bottom: 60px;
}

.movecar {
    display: flex;
    background-color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0.2em;
    width: calc(100vw - 60px);
    height: 15em;
    top: 30vw;
    position: absolute;
    z-index: 2;
}

.movecarinfo {
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: bold;
    opacity: 0.8;
    line-height: 2em;
    margin-bottom: 10px;
    margin-top: -2em;
}

.call-button{
    margin-bottom: 10px;
    background-color: #FA7A55;
    border-radius: 0.2em;
    border-style: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 10em;
    line-height: 1.8em;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

.call-button:hover {
    background-color: #f75022;
}

.call-button:active {
    background-color: #e66541;
}

footer {
    margin-top: 95vw;
    text-wrap: nowrap;
    text-align: center;
}
