*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Inter", sans-serif;
    color: #ffffff;
    background-image: url(../image/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
h1{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1;
}
h3{
    font-size: 1em;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
}
a{
    color: #ffffff;
    text-decoration: none;
    background-color: #A37F4B;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 700;
}
.maincontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.container{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.btncontainer{
    display: flex;
    flex-direction: column;
    margin: 5% 10%;
}
.iconhead,.infocontainer    {
    margin-bottom: 64px;
}
