* {
    margin: 0 auto;
    box-sizing: border-box;
}

:root {
    --yellow: #FCB22B;
    --gray: #272727;
  }

body {
    background-color: #272727;
    margin: auto;
    font-family: sans-serif;
}

.temp-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.temp-main img{
    width: 250px;
    margin: 2rem;
}

.temp-title {
    color: #fafafa;
    text-transform: uppercase;
    text-align: center;
}
