@font-face {
    font-family: "Lightyear";
    src: url("../font/Lightyear_Design.ttf") format("truetype");
}
body {
    background-color: #444444;
    height: 100vh;
    overflow-y: hidden;
}
#logo {
    position: fixed;
    right: -25%;
    top: 100px;
    height: 800px;
}
#container-content {
    text-align: center;
    margin-top: 40vh;
}
#app-title {
    font-family: Lightyear;
    color: #ff9f00;
    font-size: 40pt;
}
#social-network-links {

}