* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    background-color: black;
}

main {
    display: flex;
    flex-direction: column;
    margin-bottom: 530px;
}

footer {
    background-color: black;
}

#HeadLogo {
    height: 100px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#NavRight {
    margin-right: 25px;
}

.NavHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul {
    display: flex;
    gap: 15px;
    border: 4px solid white;
    border-radius:15px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 20px;
    list-style-type: none;
}

ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

main {
    display: flex;
    justify-content: center;
    flex: 1;
}

h1 {
    display: flex;
    justify-content: center;
    font-size: 100px;
    margin-top: 30px;
}

.Account {
        justify-content: center;
        display: flex;
        margin-top: 20px;
}

.Log-But {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

button {
    padding-left: 125px;
    padding-right: 125px;
    font-size: 50px;
    color: white;
    border-radius: 20px;
    background-color: black;
}

button:hover {
    
}

.Account p {
    font-size: 35px;
    padding-bottom: 10px;
}

p input {
    font-size: 30px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background-color: #D9D9D9;
    border: none;
}

input:focus {
    outline: none;
}

footer {
     position: fixed;
}

.Mail {
    margin-bottom: 30px;
}

#FootNav {
    background-color: black;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
}

#FootIcons {
    color: white;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-right: 1100px;
}

#Line {
    border: 2px solid white;
    border-radius: 2px;
}

#Contact {
    text-decoration: none;
    border: 10px solid white;
    padding: 10px;
}

#FootLogo {
    height: 70px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1000px;
}

