
/*
Theme Name: AMV Auto Theme
Author: Copilot
Description: One-page WordPress theme with centered logo and Estonian text.
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #d4af37;
    font-family: Arial, sans-serif;
    text-align: center;
}

.logo {
    margin-top: 20vh;
}

.footer-text {
    position: fixed;
    bottom: 20px;
    width: 100%;
    font-size: 1.2em;
}
