p {
    display: block;
    /* text-align: center; */
    margin-top: 0;
    line-height: 1.5;
}

h1 {
    background: linear-gradient(
        45deg, #F0F0F0 0%, rgb(151, 218, 240) 100%
        );
    padding: 15px 15px 15px 10px;
    border-bottom: solid 3px rgb(81, 167, 196);
}


.btn:visited {
    color: rgb(65, 72, 84);
}

.btn {
    justify-content: left;
    position: relative;
    display: block;
    padding: 10px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    color: rgb(65, 72, 84);
    background-color: #F0F0F0;
    border-radius: 4px;
    border: solid 2px rgb(65, 72, 84);
    font-weight: bold;
    font-size: 25px;
}

.btn:hover {
    color: #F0F0F0;
    font-weight: bold;
    text-decoration: none;
    background-color: rgb(65, 72, 84);
}
