@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Droid+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

header{
    /*    border:solid 1px red; */
    max-width: 100%;
    min-height: 48px;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    background-color: #121212;
}

.header-bar {
    
}

.header-logo {
    height: 36px;
    width: 82px;
    margin-top: 6px;
    margin-left: 24px;
}

body{
    background-color: #000000;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Droid Sans', sans-serif;
    /* background-image: url('/files/img/background.jpg');
    background-position: center top;
    background-repeat: no-repeat; */
}


.footer {
    max-width: 1366px;
}

H1 {
    font-family: 'Raleway', sans-serif;
    color: #696b6f;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 17px;

}

H2 {
    font-family: 'Raleway', sans-serif;
    color: #696b6f;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 17px;

}


p {
    font-size: 17px;
    color: #494b4e;
    line-height: 27px;
}

p a {
    color: #5d8fed;
    text-decoration: none;
}

p a:hover {
    color: #7361ed;
}

.content-start {
    max-width: 1250px;
    margin-left: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content {
    max-width: 1250px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content-2 {
    max-width: 1250px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 100px;
}


.content-box-1 {
    max-width: 1250px;
    border: solid 1px;
    border-color: #313131;
    background-color: #0e0e0e;
    border-radius: 8px;
    padding: 66px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.content-box-2 {
    max-width: 1250px;
    border: solid 1px;
    border-color: #313131;
    background-color: #0e0e0e;
    border-radius: 8px;
    padding: 66px;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 100px;
}




