@font-face {
    font-family: 'inter';
    src: url('../fonts/inter.ttf') format('truetype');
    font-weight: bold;
}

body {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.pantherserviceslogopanther {
    text-align: center;
    margin-top: 20px;
    width: 70%;
}

.logo {
    max-width: 30%;
    height: auto;
}

.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

h1.beige {
    font-family: 'inter';
    font-size: 60px;
    color: #fbfbe1;
    margin: 0;
}

h1.blue {
    font-family: 'inter';
    font-size: 60px;
    color: #0e2840;
    margin: 0;
}

h1.white {
    font-family: 'inter';
    font-size: 30px;
    color: #ffff;
    margin: 0;
}

.discord-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.discord-logo {
    width: 150px;
    height: auto;
    margin-right: 0;
}

.discord-text {
    font-family: 'inter';
    color: #f9e548;
    font-size: 50px;
    margin-left: 0px;
}

.whatsapp-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.whatsapp-logo {
    width: 150px;
    height: auto;
    margin-right: 0;
}

.whatsapp-text {
    font-family: 'inter';
    color: #f9e548;
    font-size: 50px;
    margin-left: 0px;
}
