@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,800');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
h1 {
	padding-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #051937;
  }
  
.container{
  	background-color: #051937;

 }

 #hangmanPic{
 	width: 13%;
 }

.btn {
  border-radius: 13px;
  background-color: white;
  color: #051937;
  font-size: 20px;
  padding: 10px 22px;
}

p{
	font-size: 1.6rem;
  	font-weight: 400;
  	line-height: 1.2;
}

.float-right{
	right: 10%;
	line-height: 1.5;
}

.btn-modal{
  font-size: 12px;
}

h5, .modal-body{
  color: #051937;
}