body
{
    font-family: Segoe UI;
    background-color : #10171e;
    color : #FFFFFF;
}

h1
{
    text-align: center;
    font-size : 50px;
}

p
{
    font-size : 20px;
}


#description
{
    background-color: rgb(29, 161, 242);
    border-radius: 10px;
    padding : 10px 10px;
    position : absolute;
    margin-right : 700px;
    margin-top : 170px;
    margin-left : 50px;
    text-align: justify;
    max-width: 600px
}

img
{
  opacity: 0.7
}
img:hover
{
  opacity: 1
}
