body {
    margin: 0;
    min-height: 100vh;
    background: #ffffff;
    font-family: Arial, sans-serif;

    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

h1 {
    color: #ff7b00;
    font-size: 60px;
}

p {
    font-size: 24px;
}

.cone {
    width: 200px;
    height: auto;
    display: block;
    margin: 20px auto;
}