nav h1{
    background-color: #64629D;
    border-radius: 20px;
    font-size: 20px;
    padding: 10px;
    box-shadow: 2px 2px 2px rgb(148, 139, 139);
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    width: 50px;
    margin-bottom: 50px;
    text-align: center;

}

a{
    text-decoration: none;
    color: #ffffff;
}

h1:hover{
    opacity: 0.5;
}