@charset "utf-8";
@import url("../../webfonts/AbrilFatface_Regular/stylesheet.css");
@import url("../../webfonts/DancingScript_VariableFont_wght/stylesheet.css");
@import url("../../webfonts/SedgwickAve_Regular/stylesheet.css");
@import url("../../webfonts/Anton_Regular/stylesheet.css");
@import url("../../webfonts/Pacifico_Regular/stylesheet.css");
@import url("../../webfonts/Lobster_Regular/stylesheet.css");
@import url("file:///C|/Users/User/webfonts/Oswald_VariableFont_wght/stylesheet.css");





* {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

body {
    background-color: #0E2C9E;
}
header {
    width: 700px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border: 2px solid #F00000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/4438.jpg");
    background-position: right 380px;
    background-size: cover;
}
main {
    width: 705px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(232,230,230,1.00) 0%,rgba(55,61,77,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(232,230,230,1.00) 0%,rgba(55,61,77,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(232,230,230,1.00) 0%,rgba(55,61,77,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(232,230,230,1.00) 0%,rgba(55,61,77,1.00) 100%);
}
footer {
    width: 665px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    background-color: #464646;
}
main aside {
    width: 30%;
    min-height: 300px;
    display: inline-block;
    float: left;
}
nav ul li {
    font-family: "Anton Regular";
    font-size: large;
    color: #A90CBF;
}
nav {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}


main section {
    width: 60%;
    display: inline-block;
    float: right;
    min-height: 300px;
    font-family: "Lobster Regular";
    margin-top: 10px;
    font-size: large;
}
section article h1 {
    color: #C50A0D;
}



#div1 h1 {
    color: #111A46;
    font-size: 60px;
    font-weight: 800;
    font-family: "DancingScript VariableFont wght";
    padding-left: 40px;
    padding-top: 130px;
}
#div2 img {
    margin-right: 0px;
    margin-left: 10px;
    position: relative;
    bottom: 200px;
    width: 160px;
}
form {
    text-align: center;
    font-family: "Pacifico Regular";
    font-weight: 500;
    font-size: large;
}
main aside form {
    margin-top: 10px;
    font-family: "Pacifico Regular";
}
input {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #000000;
    font-family: "Pacifico Regular";
}
input[type=text] {
    border-radius: 5px;
    width: 180px;
    background-color: #515151;
    border-style: none;
    height: 25px;
    font-family: "Anton Regular";
    color: #FFED00;
    font-weight: 500; 
    font-size: large;
}


input[type=submit] {
    border-radius: 5px;
    width: 68px;
    height: 25px;
}
label {
    font-family: "Pacifico Regular";
}
section article p {
    font-family: "Oswald VariableFont wght";
    font-size: 17px;
}
