*,
*::after,
*::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: 'Urbanist', sans-serif;
    font-feature-settings: "liga" off;
    background-color: #101820;
}
header {
    background: #fee715;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logologo{
    margin-right: 30px;
}
.username_logo{
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    display: block;
}
.link1 {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #101820;
    transition: color 0.3s ease;
    margin-left: 595px;
}
.link1:hover {
    color: #666C71;
}
.widget_section{
    margin-top: 100px;
}
.widget_section_main_text{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #fee715;
    margin: 0;
    margin-bottom: 25px;
}
.widget_section_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fee715;
    margin: 0;
    margin-left: 180px;
    margin-right: 180px;
}
.widget_section_text2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fee715;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 180px;
    margin-right: 180px;
}
.widget{
    margin-left: 523px;
    margin-bottom: 50px;
}
.main_container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    gap: 100px; 
}
.security_section_main_text{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 48px;
    color: #fee715;
    margin: 0;
    margin-top: 50px;
    margin-left: 85px;
    margin-bottom: 25px;
}
.security_section_text1{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    color: #fee715;
    margin: 0;
    margin-left: 85px;
    margin-bottom: 15px;

}
.security_section_text2{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 32px;
    color: #fee715;
    margin: 0;
    margin-left: 85px;
    margin-bottom: 100px;

}
.security_section_img{
    margin-right: 85px;
}
footer {
    background: #fee715;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #101820;
}
.footer_username{
    font-weight: 700;
}