.linktree {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ba7c0+0,123295+70,123295+100 */
    background: #4ba7c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #4ba7c0 0%, #123295 70%, #123295 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4ba7c0 0%,#123295 70%,#123295 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4ba7c0 0%,#123295 70%,#123295 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba7c0', endColorstr='#123295',GradientType=0 ); /* IE6-9 */

    max-height: 800px;
    max-width: 640px;
    min-height: 650px;
    margin: auto;
    padding: 1rem;
    border-radius: 5px;
}

.linktree li {
    font-size: 1.5rem;
    line-height: 1.7rem;
    list-style: none;
    display: block;
    margin: 1.4rem 0;
    border: 2px solid white;
    border-radius: 10px;
    padding: 1rem 0;
    color: white;
}

.linktree li:hover {
    color: #2367a5;
    background-color: white;
}

.linktree li a {
    color: white;
}

.linktree li:hover a {
    color: #2367a5;
}