@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Source+Sans+Pro:wght@300;400&display=swap');

html { 
    font-size: 10px;
}

body {
    background-image: url("backgroundimage.jpg") ;
    background-position: 0 1000px;
}

.introduction {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3rem;
    margin-top:4rem;
    text-align:center;
}

.imageofme {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-right:1rem;
    align-self: center;
}

.background {
    background-position: 0 1000px;
}

h1 {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-family: "Roboto Slab";
}

h2 {
    font-size: 4rem;
    font-weight: 530;
    font-family: "Roboto Slab"
}

.generalinfo {
    font-size: 1.8rem;
    line-height: 5rem;
    margin-bottom: 2rem;
    color: black; 
    font-family: "Source Sans Pro";
    text-align: center;

}

.box {
    padding:50px;
    margin: 50px;
    background-color:#ebece5 ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.493);
}

.box2 {
    padding:50px;
    margin:50px;
    background-color:#707070d0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.616);
}

.box2info {
    font-size: 1.8rem;
    line-height: 5rem;
    margin-bottom: 2rem;
    color: white; 
    font-family: "Source Sans Pro";
    text-align: center;
} 
.box2infotitle {
    font-size: 5rem;
    line-height: 1rem;
    margin-bottom: 3.5rem;
    color: white; 
    font-family: "Source Sans Pro";
    text-align: center;
    
}

.column {
    float: left;
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
    
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 500px) {
    .column {
      width: 100%;
    }
  }

  .record1 {
      width:350px;
      height:500px;
      margin-left:20rem;
  }

  .record2 {
    width:350px;
    height:500px;
    margin-left:20rem;
    
}

.record3 {
    width:350px;
    height:500px;
    margin-left:20rem;
    
}