html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1{
    font-style: italic;
    color: rgb(218, 216, 216);
    background-color: rgb(148, 147, 146);
}

h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: dimgray;
    background-color: beige;
}

p{
    font-size: 0px;
    color: rgb(255, 255, 255);
}

a{
    color: dimgray;
}

img {
width: 350px;
}