#title {
    height: 125px;
    left: 26%;
    width: 44%;
    padding: 0 20px 10px;

    text-align: center;
    color: black;
    font-size: 3vw;
}

#container {
    position: relative;
    margin: 10% 26% 5%;
    width: 44%;
    padding: 10px 20px;
    z-index: 1;
}

.linklist {
    position:absolute;
    font-size: 2vw;
    top:0;
}