@font-face {
  font-family: 'Starborn';
  src: url('../fonts/Starborn.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
font-family: 'Starborn', sans-serif;
margin: 20px;
line-height: 1.6;
color: White;
}

.wrap-image {
float: right;
width: 250px;
margin: 0 0 15px 15px; /* space between image and text */
border-radius: 8px;
}

.wrap-image-Left {
float: left;
width: 250px;
margin: 0 0 15px 15px; /* space between image and text */
border-radius: 8px;
}

.content {
width: 100%;
height: 100%;
}
a:link {
          color: White;
          text-decoration: none;
      }
      a:visited {
          color: Grey;
          text-decoration: none;
      }
      a:hover {
          color: hotpink;
          text-decoration: none;
          font-weight: bold;
      }
      a:active {
          color: blue;
          text-decoration: none;
      }