*, *::after, *::before { box-sizing: border-box; }
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
    gap: 50px;
    padding: 50px;
    margin: 0;
}
#globe {
    width: 300px;
}