
.SolutionLink {
    
    background-color: #0f5388;
    padding: 1vw;
    margin: 1vw;
    text-align: center;
    text-decoration: none;
    color: white;
    border: 4vw black;
    left: 50%;
    
}

.PDF {
    
    height: 75vw;
    padding-bottom: 1vw;
    
    position: relative;
    top: 2vw;
    
}