.jumbotron {
  font-family: sans-serif;
  }
  
  h1 {
    font-size: 6em;
    color: #484949;
  }
  
  #socDesc {
    color: black;
  }
  
  body {
    min-width: 520px;
  }
  #submit{
	font-family: sans-serif;
	font-size: 20px;
	background-color: #297;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	padding: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 224px;
}
#submit:hover{
	background-color: #3a8;
}

.choice{
    display: inline-block;
    width : 135px;
    text-align: center;
    border : 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    padding : 5px;
}
.choice:hover{
    border : 2px solid grey;
    font-weight: bold;
}