body{
    background-color:rgb(119, 141, 141);
    text-align: center;

}

h1{
    font-size: 45px;
    color:rgb(127, 185, 185);
}

article{
    margin-top: 1%;
    margin-bottom: 1%;
    height: 150px;
    background-color: rgba(47, 79, 79, 0.8);
    color: rgb(142, 180, 180);
    padding: 20px;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 15px;
    border: solid rgb(39, 61, 61);
}

p{
    text-align: left;
    margin-left: 137px;
}

h3{
    color: rgb(16, 26, 26);
    text-align: left;
    margin-left: 40px;
}

strong{
    color: rgb(127, 185, 185);
}

a{
    text-align: center;
    color:rgb(119, 218, 218);;
    font-size: 15px;
}