@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/************************************
Backbone
************************************/

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}
h2 {
    font-size: 30px;
    font-weight: 700;
}
h3 {
    font-size: 26px;
    font-weight: 400;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}


/************************************
Main DIV's
************************************/

#header {
    max-width: 100%;
    text-align: center;
}

#main {
    max-width: 100%;
    text-align: center;
}

#advertisment {
    max-width: 100%;
    text-align: center;
}

#footer {
    max-width: 100%;
    text-align: center;
}

/************************************
Forms
************************************/

#urlBar {
    margin-top: 10px;
    padding-right: 10px;
    width: 300px;
    height: 30px;
    background-color: #181818;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    border-radius: 25px;
    border-color: #585858;
    outline: 0;
}

#urlBar:focus {
    outline: 1px solid #ff4742 !important;
}

#urlBtn {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -33px;
}
#urlBtn img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}