:root {
  --colour-rose: #f696ac;
  --colour-lt-blue: #0fb0d3;
  --colour-green: #75d481;
  --colour-white: #ffffff;
}

img {
    max-width: 90%;
    max-height: 90%;
}

 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     text-align: center;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 22px 
}

h4 {
     color: #666666;
     font-size: 20px;
     font-family: 'Open Sans';
}


 body {
     height: 100%;
     background-image: url(images2/logo.png);
     background-repeat: no-repeat;
     background-size: 20%;
     min-width: 768px;
     color: #666666;
     font-size: 14px;
     font-family: 'Open Sans';
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
     padding-bottom: 20px;
}

p {
     color: #666666;
     font-size: 16px;
     font-family: 'Open Sans';
}

.references {
     font-size: 12px;
}

ul {
     list-style-type:none;
}

.circles {
     list-style-type:circle;
}

.right {
  align: right
}

.theme-link {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 80px;
  background: var(--colour-green);  
  color: #666666;
  font-family: 'Open Sans';
  display: flex;
     text-transform: uppercase;
     transition: all 0.3s ease-in;
  border: 1px solid rgba(255, 255, 255, .3);
}

.theme-grid-left-col {
  padding-top: 60px;
  padding-bottom: 40px;
}

.theme-grid-right-col {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--colour-rose); 
  color: dark-grey;  
  font-family: 'Open Sans';
  border-radius: 80px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .3);
}

.row {
  padding-top: 10px;
  padding-bottom: 10px;
}