img {
    transition: transform 0.2s ease-in-out;
    max-width: 100%;
    border-radius: 5px;
}
.cars {
	width: 200px;
	height: 128px;
	}
img:hover {
    transform: scale(1.1);
}

body {
    background-blend-mode: overlay;
    background-image: url('pix/logo.png');
    background-repeat: repeat-y;
    background-size: cover;
    background-color: rgba(61, 26, 26, 0.9);
    text-align: center;
    color: rgb(181, 168, 168);
    height: 100vh;
    background-position: center;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.spinner-container {
    text-align: center;
}
.spinner-border {
    width: 5rem;
    height: 5rem;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

.box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15%;
}

.da01 {
    
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 3px solid black;
    width: 95%;
    height: 95%;
    border-radius: 15%;
    opacity: 50%;
}.da03 {
    
    align-content: center;
	justify-content: center;
    border: 3px solid black;
    width: 100%;
    height: 50%;
    border-radius: 15%;
    opacity: 100%;
}
.cars01{
	width:50%;
	height: 30%;
		
}

@media (max-width:600px) {
    .da01 {
        margin-top: 5%;
        width: 95%;
        height: 50%;
    }
    .box {
        width: 100vw;
        height: 83vh;

    }
    .da02 {
        width: 95%;
        height: 50%;
        display: flex;
        flex-direction: column;
    }
	    .da03 {
        width: 95%;
        height: 50%;
        display: flex;
        flex-direction: column;
    }
		.cars01{
		width: 70%;
		height: 40%;
	}
}

@media (min-width:600px) {
	.cars01{
		width: 50%;
		height: 30%;
	}
    .da01 {
        width: 40%;
        height: 95%;
    }
    .box {
        width: 80vw;
        height: 80vh;

    }
    .da02 {
        width: 40%;
        height: 95%;
        display: flex;
        flex-direction: column;
    }
	    .da03 {
        width: 80%;
        height: 95%;
        display: flex;
        flex-direction: column;
			align-content: center;
    }
}
/* CSS Document */

