.Container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.Container h1{
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.Container .competence{
    position: relative;
    top: 80px;
}
.Container .competence a{
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.Container .competence a li{
    transition: all 0.3s ease;
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    font-size: 18px;
    color: #fff;
}
.Container .competence a li:hover{
    color: #00bfff;
}