.abox{
display: flex;
border: 10px;
height: 100vh;
flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3.8em;
}


.box{
    width: 500px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 25px;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Kanit, Arial;
}
a{
    text-decoration: none
}https://twitter.com/SebKrafts
a:link{
    color: black;https://twitter.com/SebKraftshttps://www.artstation.com/seb1231
}
a:visited{
    color: black;
}
a:hover{
    background-color: rgb(71, 71, 71);
    border-radius: 25px;
}
a:active{
    background-color: rgb(12, 12, 12);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(Background\ imagee.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.favicon{
    opacity: 1;
}
