*{
    background-color:#FFF;;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container {
    background: #1fab76;
    height: fit-content;
    margin-left: 5%;
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.icons {
    background: #1fab76;
    padding-left: 15px;
}
.header {
    background: #1fab76;
    display: flex;
    width: 100%;
    height: fit-content;
}
    .logo{
        width: 400px;
        height: 150px;
    }

.section{
    max-width: 100%;
    margin: auto 200px;
    margin-top: 15px;
}
.tests{
    display: flex;
    flex-direction: column;
}
.links {
    font-family: sans-serif;
    text-decoration: none;
    margin-top: 10px;
    font-family: cursive;
    font-size: 22px;
    color: black;
    padding-left: 55px;
}
.links:hover{
    color: blue;
}
.title{
    font-size: 20px;
    margin: 10px;
}
a{
    color: inherit;
}
.footer{
    padding-top: 100px;
    width: 100%;
    display: flex;
    align-items: center;
}
.end{
    margin-left: 10%;
    height: fit-content;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.icon{
    width: 120px;
    display: flex;
    justify-content: space-around;
}

.ans {
    border-radius: 8px !important;
    padding: 10px !important;
}