body{
text-align: center;
}
h1{
border: solid red 4px;
border-radius: 10px;
color: rgb(59, 12, 102);
}
p{
    font-size: 20px; 
    color: rgb(4, 4, 122);
    border: 2px solid rgb(12, 104, 12);
    text-align: right;
}
.f1{
    background-color: rgb(141, 186, 192);
}
#m1{
    background-color: rgb(207, 240, 246);
}
a{
    font-size: 17px;
}