@import url(../fonds/fonds.css);
body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
div {
    width: 500px;
    height: 166px;
    background-color: hsl(212, 95%, 32%);
    border-radius: 50%;
    transform: rotate(350deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
div::after {
    content: "samsung";
    transform: rotate(10deg);
    display: inline-block;
    font-family: "samsung";
    text-transform: uppercase;
    color: white;
    font-size: 88px;
}