*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background-color:rgb(232, 220, 232);
}

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}

p{
    text-decoration: underline;
    font-size: larger;
    color:red;
}

input{
    height: 2rem;
    width: 15rem;
    border: 2px solid rgb(14, 225, 225);
    outline: none;
    font-size: larger;
    padding-left: 0.4rem;
    border-radius: 10px;
    
}

h1::first-letter{
    color: red;
}

.startbutton{
    background-color: orangered;
    height: 2rem;
    width: 4rem;
    border-radius: 10px;
    color: white;
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
   display: flex;
}
.container{
    display: flex;
    flex-direction: column;
    margin: 2rem;
    
}
button{
    height: 6rem;
    width: 6rem;
   margin: 0.2rem;
   border-radius: 10px;
   cursor: pointer;
   font-size: 2rem;
   background-color: rgb(172, 240, 242);
   border: none;
}

.highlight{
    box-shadow: 0px 0px 10px 2px red;
}

#message{
    text-align: center;
    font-size: larger;
    background-color: yellow;
    color: green;
    font-weight: bold;
    position: relative;
    top: 2rem;
}


















/* *{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    background-color: rgb(66, 126, 126);
}

.start{
   display: flex;
   flex-direction: column;
   position: relative;
  
}
p{
    text-decoration: underline;
    font-weight: bold;
}
.winnery{
    height: 3rem;
    color: red;
}
h2,h1{
    color:lightyellow;
}
input{
    background-color: aliceblue;
    text-align: center;
    height: 1.5rem;
    border: none;
    outline: none;
    border-radius: 0.4rem;
    font-size: larger;
}
#question{
    height: 3rem;
    margin-top:2rem ;
}
.startbutton{
    height: 2rem;
    width: 4rem;
    background-color: coral;
   font-weight: bold;
   color: white;
   display: flex;
   justify-content: center;
    align-items: center;
    border-radius: 1rem;
    cursor: pointer;
}

.button:active{
    background-color: crimson;
}
button{
    height: 6rem;
    width: 6rem;
    margin: 3px;
    cursor: pointer;
    border-radius: 1rem;
    background-color:lightblue;
    font-size: 2rem;
    color:orangered;
}

button:hover{
    background-color: rgb(216, 177, 185);
}
#message{
    background-color: orange;
   font-size: larger;
   margin: 0.4rem;
   
}

.row{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.container{
   margin: 2rem;
    
}



.cross{
    background-image: url(./cross.png);
    background-size: cover;
}

body{
    display: flex;
    flex-direction: co;
}

.highlight{
box-shadow: 0px 0px 10px 4px red;

} */