img{
    width:100px;
    height:100px;
    border-radius:50%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
}

form {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}

form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

form input[type="text"],
form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

form input[type="submit"] {
    margin-top: 15px;
    padding: 8px 12px;
    border: none;
    background: #4A90E2;
    color: white;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background: #357ABD;
}

h2, h1 {
    text-align: center;
}

h3 {
    text-align: left;
}

nav {
    text-align: center;
    margin-bottom: 40px;
}

nav a {
    display: inline-block;
    padding: 8px 16px;
    margin: 10px 10px;
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}



#pildirida {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vaikepilt {
    height: 100px;
    width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
}

#valitud {
    margin-top: 20px;
}

.suurpilt {
    height: 200px;
    width: 200px;
    margin-bottom: 10px;
}




