body {
    background-image: url(background.png);
}

* {
    font-family: monospace;
    color: rgb(0, 45, 71);
}

.main {
    font-size: 60px;
    text-align: center;
    font-style: italic;
}

.ceo {
    font-size: 60px;
    text-align: center;
}

.about {
    font-size: 25px;
    font-weight: bold;
    color: rgb(0, 68, 95);
}

.follow {
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}

.back {
    font-size: 30px;
    font-weight: bold;
}