@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&display=swap');

body{
background-color: #37306B;

  
}

.title{
  text-align: center;
  color: aliceblue;
  font-family: 'Climate Crisis', cursive;
  font-size: 60px;
  letter-spacing: 3px;
  
  
}

.container{
  width: 70% ;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}


.dice{
  font-family: 'Climate Crisis', cursive;
  color: white;
  letter-spacing: 3px;
  
}

.btn{
  margin-left: 30pc;
  text-align: center;
  padding: 5px;
  background-color: #ebdb01;
  border: none;
  border-radius: 5px;  
  color: black;
  
}