* {
    box-sizing: border-box;
}

h1, body {
    margin: 0;
    text-align: center;
}

body { 
    padding: 2em 0 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(0deg, rgba(254,218,158,1) 14%, rgba(249,249,249,1) 100%);
    min-height: 100vh;
}

.action-btn {
    margin: 30px 0 0 0;
    width: 200px;
    height: 35px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
}

.container {
    margin: 150px auto 0;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.dice {
    width: 180px;
    height: 180px;
}
.dice-red {
    fill: #E98B8B;
}
.dice-blue {
    fill: #449fcc;
}
