#technewsPresentation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5vh;
}
.goToTheSiteButton {
    width: 15vw;
    height: 20vh;
    border-radius: 50%;
    background-color: orange;
    border: 2px solid orangered;
    padding-top: 4vh;
    text-align: center;
    margin-right: 5vw;
    margin-left: 5vw;
}
.goToTheSiteLink {
    color: whitesmoke;
    font-weight: bold;
    font-size: 1.6rem;
}
