* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #1d1d1d;
    line-height: 1.6;
    color: #ffff;
    text-align: center;
}

p {
    margin-bottom: 1em;
    color: #009dff;
}

h {
    color: #009dff;
    text-decoration: underline;
}

img {
    width: 25%;
    height: auto;
    margin-bottom: 1em;
    border-radius: 15px;
}