@font-face {
    font-family: 'Silk Remington';
    src: url('res/fonts/SilkRemington-SBold.ttf');
}

body {
    background-color: #000;
}

h1 {
    color: #DDD;
    font-family: 'Silk Remington';
}

h2 {
    color: #DDD;
    font-family: 'Silk Remington';
}

p {
    color: #DDD;
    font-family: 'Silk Remington';
    font-size: 21px;
}

.big-title {
    color: #DDD;
    font-family: 'Silk Remington';
    font-size: 50px;
}

.project {
    width: 600px;
    height: auto;
    border-color: #DDD;
    border-style: solid;
    border-width: 2px;
    margin: 15px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    h2 {
        margin-left: 10px;
        margin-top: 10px;
    }

    p {
        text-align: left;
        margin-top: 0px;
        margin-left: 10px;
        font-size: 18px;
    }

    #status {
        text-align: right;
        margin-right: 10px;
    }
}

a {
    color: #DDD;
    font-family: 'Silk Remington';
    font-size: 24px;
    margin: 15px;
}

.contact {
    width: 300px;
    height: 80px;
    border-color: #DDD;
    border-style: solid;
    border-width: 2px;
    margin: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    h2 {
        text-align: center;
        margin: 0px;
        margin-top: 5px;
    }

    p {
        text-align: center;
        font-size: 16px;
        margin: 0px;
    }
}

.button {
    width: 300px;
    height: 75px;
    border-color: #DDD;
    border-style: solid;
    border-width: 2px;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;

    p {
        margin-top: 27px;
    }
}