html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 1rem;
}
body {
    font-family: "Albert Sans", serif;
    background: #CCCCCC;
}
.title {
    font-family: "Six Caps", sans-serif;
    color: #7500b8;
    font-size: 5em;
    font-weight: normal;
    padding:0;
    margin: 0;
}
.container {
    display: flex;
    min-height: 98vh;
    width: 100%;
    align-items: flex-start;
    background: url('bunny-gang.png') bottom right fixed no-repeat;
    background-size: calc(100vh/1.2);
}
.info {
    width:25%;
    margin:10% 3%;
}
.info a {
    text-decoration: none;
    color: blueviolet;
}