@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Rubik+Iso&display=swap');
* {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;

}
.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mid-text {
    margin: 50px 0 50px 0;
    font-family: 'Rubik Iso', cursive;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    color: red;
}
.foot-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}
.f-c {
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}