body {
    background-image: url('pilt.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #333333;
    font-family: Arial, sans-serif;
    padding: 10px;
    color: white;
    text-align: center;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.button-div {
    display: inline-block; /* Akna suuruse muutmisel õige skaleerimine */
    margin: 5px;
}

.nupp {
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    min-width: 120px;
    color: white;
}

.sinine { background-color: blue; color: orangered; }
.must { background-color: black; color: orangered; }
.valge { background-color: white; color: orangered; }
.kollane { background-color: greenyellow; color: orangered; }

.nupp:hover {
    background-color: mediumvioletred;
}
