body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    text-align: left;
    margin-top: 20px;
	margin-left: 10px;
}

.language-select img {
    width: 100px;
    margin: 0 15px;
    cursor: pointer;
    transition: transform 0.2s;
}

.language-select img:hover {
    transform: scale(1.1);
}
