@font-face {
    font-family: nasalization;
    src: url('../assets/nasalization-rg.ttf')
    /* source  */
}

body {
   background-color: #1b1b1b;
}

.mars {
    background-color: #AC2929;
    height: 15rem;
    width: 15rem;
    border-radius: 50%;
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mars-text {
    color: #FAFAFA;
    font-family: nasalization;
    font-size: 3.5rem
}