.bmw-404 .tohome{
    background: #2D70B3;
    color: white;
    padding: 15px 20px;
    border: 2px solid #2D70B3;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    font-weight: bolder;
    justify-content: center;
}

.bmw-404 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bmw-404 .tohome:hover{
    background: white;
    color: #2D70B3;
    transition: .5 ease-in-out;
}

@media screen and (min-width: 768px) {
    .bmw-404 .tohome {
        width: fit-content;
    }
}