h1 {
    color: green;
}

.data {
    background-color: rgba(0, 128, 0, 0.178);
    width: 50%;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

a{
    text-decoration: none !important;
    color: #fff;
}