body{
    background-color: black;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.image-container{
    position: relative;
    display: inline;
    width: 300px;
    height: 400px;
    background-image: url("/img/thisisme.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid white;
    float: left;
    border-radius: 180px;
    background-position: -140px 40px;
    margin: 10px 30px 20px 10px ;
}

.hero-title{
    font-size: 3rem;
}

.hero-description{
    font-size: 1rem;
}

.crta{
    position: relative;
    top: 100px;
    width: auto;
    height: 1px;
    color: white;
    background-color: white;
    border: 1px solid white;
}

p.game-para{
color: white;	
width: 450px;
}


a:link {
margin-left: 140px;  
text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 10px;
 border-radius:20px

}

a:visited {
  text-decoration: none;
	color: white;
 border: 1px solid white;
padding:10px;
border-radius:20px;
}

a:hover {
  color:black;
  background-color:white;
  transition:1s;
 }
