@font-face{
    font-family:"SquadaOne";
    src: url(../assets/SquadaOne-Regular.ttf);
}


.box-image{
    border-color: rgba(77, 197, 193, 0);
    width: calc(3090px/2);
    height:calc(3640px/2);
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.back{
    width: 300px;
    height:25px;
    font-family: "SquadaOne", sans-serif;
    font-size: medium;
    border: rgb(0, 0, 0) solid 2px;
    background-color: rgb(255, 250, 245);
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    text-align: center;
}

.a{
    color: rgb(0, 0, 0);
}
a:hover{
    color:rgb(77, 197, 193)
}

a:active{
    color: rgb(77, 197, 193);
}