<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
    <title>Συντήρηση</title>
</head>
<style>

body {
    margin: 0;
    height: 100vh;
    background: #4f5365;
}

h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 30px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    img {
        width: 250px;
    }

    h3 {
    font-size: 25px;
}
    
}
</style>
<div>
    <h3>
        To website μας δεν είναι διαθέσιμο προσωρινά λόγω εργασιών συντήρησης.<br>Επιστρέφουμε σύντομα!
    </h3>
    <img src="maintenance.png">
</div>

</html>
