* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1) 85%,
        rgba(255, 74, 0, 1) 100%
    );
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 80vh;
}

.row {
    text-align: center;
    color: white;
}

h1 {
    font-size: 10em;
}
h3 {
    font-size: 3em;
}
img {
    justify-content: left;
    height: 15vh;
    width: 25vw;
}
