

@font-face {
    font-family: 'DSAutomobiles';
    src: url('../assets/fonts/DS-Automobiles.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.myfooter{
    position: absolute;
    bottom: 0;
    width: 100%;
}

body{
	background-color: #E9E7E1;
	font-family: 'DSAutomobiles', sans-serif;
}


h1, h2, h3 {
    font-family: 'DSAutomobiles', serif;
    font-weight: bold;
}