
a:active {
    color: red;
}


.circular--landscape {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--landscape img {
    width: auto;
    height: 100%;
    margin-left: -110px;

}

.footer {
    color: #ffffff;
    min-height: 130px;
    background: rgb(80,83,144);
    background: linear-gradient(90deg, rgba(80,83,144,1) 0%, rgba(86,175,200,1) 100%);
}
