body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.sillybot, .intro{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

}
button{
    margin-top: 4px;
    padding: 4px 4px;
}
input{
    border: none;
    margin:4px 4px;
    padding: 4px 4px;
    background-color: aquamarine;
    border-radius: 8px;
}
