body{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #362F4F;
}

#div_main{
    /* border: 2px solid black; */
    border-radius: 7px;
    height: 145px;
    width: 205px;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: #008BFF;
    /* font-size: 30px; */
    color: #ffff;
    box-shadow: 10px 10px 100px #008BFF;
}

button{
    /* width: 200px; */
    text-align: center;
    background-color: #E4FF30;
    color: #5B23FF;
    border-radius: 17px;
    font-size: 20px;
}

p{
    font-size: 32px;
    color: aqua;
}