body{
	text-align: left;
	background-color:black;
	margin-left:10%;
	margin-top:5%;
}

#wrapper {
  padding: 0px;
  width: 1000px;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.mobile img{
    height:200px;
    border-radius: 25px;
}
.mobile, .web{
    float: left;
    width: 50%;
}
h1{
  font-size: 44px;
  font-weight:normal;
  color: white;
  text-transform: uppercase;
  padding:0;
  margin:0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.profile {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
p{
    color:white;
}
a{
    text-decoration: none;
    color:white;
}
a:hover {
  
  color:purple;
}
.error{
    text-align:center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:100px;
  font-weight:bold;
}