.form {
    display: flex;
    justify-content: center;
}

.detail {
    display: flex;
    justify-content: center;
}

.title {
    display: flex;
    justify-content: center;
}

#trtd {
    position: absolute;
    top: 20vh;
    color: rgba(255, 255, 255, 0.804);
    border:8px #FFD382 groove;
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
    background-color: #444444;
    color: #fff;
    border-radius: 100%;
    font-size: 1.5rem;
    margin-right: 1.5rem;
}

.social-icons .social-icon:last-child {
    margin-right: 0;
}

.social-icons .social-icon:hover {
    background-color: #82FFFF;
}

.icon {
    display: flex;
    justify-content: center;
}
.iconposition{
    position:absolute;
    top:83vh
}
a {
    text-decoration:none;
}
.buttondiv{
    position:absolute;
    top:70vh
}