body {
  margin: 0;
  padding: 35px;

  width: 100%;
  height: 100%;

  background-image: url(Linx2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  justify-content: center;

  background-color: #2a2a2a;

  overflow-y: scroll;
}

body::-webkit-scrollbar{
    display: none;
}

img{
    border-radius: 25px;
    float: right;
    max-width: 50%;
    margin: 25px;
}

.outsidebox{
    border-radius: 25px;

    height: 850px;
    width: 96%;

    padding: 15px;

    background-color: #D6C5C9a4;
}

span.text{
    font-family:'Sofia Sans', Times New Roman; 
    font-size: 200%;
    color: white;
    text-align: left;
    margin: 5px;
}

span.smolltext{
    font-family:'Sofia Sans', Times New Roman; 
    font-size: 125%;
    color: white;
    text-align: left;
    margin: 5px;
}

span.head{
    font-family:'Sofia Sans', Times New Roman; 
    font-size: 250%;
    color: white;
    text-align: left;
    margin: 5px;
}

span.swagaviation{
    font-family:'Sofia Sans', Times New Roman; 
    font-size: 300%;
    color: white;
    text-align: left;
    margin: 5px;
}

span.link{
    font-family:'Sofia Sans', Times New Roman;
}

a.link:link {color:#d7da2a; text-decoration: none;}
a.link:visited {color:#d7da2a; text-decoration: none;}
a.link:hover {color:#085153; text-decoration: none;}