body{
    background-color: grey;
    color: black;
    text-align: center;

}

h1{
    text-align: center;
    font-family: Impact;
    font-size: 25px;
    font-weight: bold;
}

img{
    text-align: center;
   border-radius: 20px;
    color: black;
   
}


small{
    font-size: 15px;

}
a{
    color: white;
    font-size: 20px;
}
p{
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 20px;
    font-weight: 700;
}

div a{
    text-align: center;
    text-decoration: none;
    font-size: 30px;
color: rgb(255, 255, 255);
}

div{
    text-align: center;
}

a:hover{
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 30px;
    font-family: Impact;
    font-weight: bolder;
    text-decoration: underline;
}

code pre{
    text-align: center;
    color: rgb(255, 255, 255);
    border: 10px;
    border-color: black;
}

