@charset "UTF-8";

@font-face{
font-family: BarlowCondensed-Light;
  src: url(Barlow_Condensed/BarlowCondensed-Light.ttf)
}

body{
    background-color: #7745a9;
    font-family: BarlowCondensed-Light;
    text-align: center;
    color: #7745a9;
    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

h1{
    margin-bottom: .1rem;
}

p{
    padding:.1rem;
    padding-bottom: 2rem;
    font-size: 18px;
}

.word-box button{
font-size: 1.9rem;
  font-weight: 400;
  font-family: BarlowCondensed-Light;
  color: #fbbf35;
  border: none;
  border-radius: 10px;
  background-color: #7745a9;
  text-align: center;
  transition-duration: 0.4s;
  padding: .5rem .5rem;
}

.button1:hover{
    background: #1e0437;
    color: #fbbf35;
}

.word-box{
    border-radius: 1rem;
    box-shadow: 10px 10px 5px #1e0437;
    width: 90%;
    max-width: 1200px;
    min-width: 400px;
    margin: auto;
    margin-top: 7rem;
    margin-bottom: 4%;
    padding-top: 1rem;
    background-color: #fbbf35;
}