﻿body {
    font-family: Satoshi,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    font-size: 18px;
    background: radial-gradient(circle 2000px at 80% 500px, #c9eded, transparent);
    background-repeat: no-repeat
}
h1 {
    font-family: Satoshi,'Segoe UI';
    font-size: 60px;
    font-weight: 500;
}
h2 {
    font-family: 'Segoe UI';
    font-size: 44px;
    font-weight: 500;
}
h3 {
    font-family: 'Segoe UI';
    font-size: 30px;
    font-weight: 500;
}
h4 {
    font-family: 'Segoe UI';
    font-size: 24px;
    font-weight: 500;
}
html,body {
    scroll-behavior: smooth;
}

.Main {
    width: 1200px;
    margin: 0 auto;
}
.Footer1 {
    font-size:16px;
    color:white;
}
.Footer2 {
    font-size: 14px;
    color: #f6edbd;
}
    .Footer2 a {
        color: #f6edbd;
        text-decoration:none;
    }