<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.transparent {
text-align: center;
}
.frameless {
width: 80px;
float: left;
margin-right: 10px;
}
.big {
font-size: larger;
font-weight: bold;
}
.plainlinks a {
text-decoration: none;
color: inherit;
}
.small {
font-size: smaller;
}
</style>
</head>
<body>
<div class="transparent">
<img src="https://commons.wikimedia.org/wiki/File:Wikimania.svg" class="frameless" alt="Wikimania Logo">
<br>
<span class="big">
<b><span class="plainlinks">Wikimania 2025 Scholarships are now open!</span></b>
<br>
<a href="https://wikimania:2025:Scholarships">Click here to Apply Now</a>
</span>
<br>
<span class="small">This application is open until Sunday 8th December, 2024</span>
</div>
</body>
</html>