@font-face {
    font-family: 'HeavyFalcon';
    src: url('fonts/HeavyFalcon-Z3Lz.otf');
}

.title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: aliceblue;
}

header {
    background-color: aliceblue;
    width: 60%;
    min-width: 100px;
    max-width: 1000px;
    margin: auto;
    border: 0;
}

body {
    background-image: url('images/pcb.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;/**/
    /*background-color: forestgreen;/**/
    background-size: 100% 100%;
    font-family: 'HeavyFalcon', sans-serif;
    margin: 0;
    padding: 0;
}

main {
    /*background-image: url('images/falcon.png');/**/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: aliceblue;/**/
    max-width: 1000px;
    min-width: 100px;
    width: 60%;
    height:1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 0px;
}

