body{
    background-color: cornflowerblue;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content:center;
    align-items: center;
    height: 100vh;

}
.container{
    text-align: center;
}

.card{
    background-color:aliceblue;
    padding:30px;
    border-radius:10px;
    min-height:100px;
    margin:20px 0;
    display: flex;
    justify-content:center;
    align-items: center;
}

#sozMetni{
    font-size:18px;
    color:color(srgb red rgb(108, 4, 56) blue)
}