body{
  margin: 0;
}
.up{
  padding: 20%;
  padding-top: 2%;
  padding-bottom:2%;
  background-color:white;
  text-align: center;
}
.bottom{
  padding:200px;
  background-color: #D8E3E7;
}
.centertable{
  margin-left: auto;
  margin-right: auto;

}
.below{
  padding:80px;
  background-color:white;
}
.head_pc{

  padding: 2rem;
  display: block;

}
hr{
  border-style: dotted none none none;
  border-width: 5px;
  color: gray;
}
h1{
  padding: 1px;
  font-family:'Viga', sans-serif; /*'viga' = original font, "sanserif" if og font is not available--*/
  font-size: 300%;
}
h2{
  font-family:'Press Start 2P', cursive;
  font-size: 100%;
  font-weight:lighter;
  padding-bottom: 100px;
}
/*top section*/
.top-container{
  padding:100px;
  text-align: center;
  background-color: #F6F5F5;}
h3{
  font-family: 'Patrick Hand';
  font-size: 500%;
  margin: 1rem}
h4{
  font-family: 'Patrick Hand';
  font-size: 300%;
  margin:1rem}
ul{
  list-style: none;
  text-align: left;
  padding-top: 1px;
  line-height: 1;
  font-family: 'Viga';
  font-size: 150%;
}
.StudentLifeList{
    line-height: 1;
}
.pro{
  text-decoration: underline;
}
.rover{
  position: absolute;

  right: 30px;
}

li{
  line-height: 2;
}
.ProfilePic{
  width: 15%;
  border-radius: 50%;
}

.tableclass{
  text-align: center;
  padding: 10px;
  margin:auto;

}

p{
  line-height: 1;
  font-family: 'Patrick Hand';
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: auto;
}

.subtitle{
  text-align: left;
  padding-left: 30%;
}
.Category_A{
  margin: auto;
}
.botfav{
  width:50%;
  text-align: justify;
  margin: auto;
}
.middle-container{
  padding-top: 1px;
  text-align: center;
  background-color: #D3E0EA;
}
.profile{
  margin: auto;


}
.bottom-container{

  background-color: #1687A7;
  text-align: center;
}
.TechSkill{
  text-align: center;
}
.below{
  text-align:Center;
}
.Favourites{
  margin: auto;
  width: 100rem;
}

.btn{
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   border-radius: 100px;
   color: #000000;
   font-family: Helvetica;
   font-size: 20Px;
   font-weight: 100;
   padding: 41px;
   -webkit-box-shadow: 4px 0 8px 0 #000000;
   -moz-box-shadow: 4px 0 8px 0 #000000;
   box-shadow: 4px 0 8px 0 #000000;
   text-shadow: -1px 1px 0 #000000;
   border: solid #337FED 0;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
   border: solid #99C624 0;
   background: #241ED0;
   background-image: -webkit-linear-gradient(top, #241ED0, #3D94F6);
   background-image: -moz-linear-gradient(top, #241ED0, #3D94F6);
   background-image: -ms-linear-gradient(top, #241ED0, #3D94F6);
   background-image: -o-linear-gradient(top, #241ED0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #241ED0, #3D94F6);
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
   border-radius: 100px;
   text-decoration: none;
}

.column {
  text-align: center;
  margin: 5%;
  float: left;
  width: 20.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  width:70%;
  margin: 10%;
  margin-bottom: 2%;
  content: "";
  clear: both;
  display: table;
}
.credits{
  background-color: #112031;
  margin: auto;
  padding: 3rem;
}
