.curvytron2, .curvytron2:visited {
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4em;
    line-height: 1;
    margin: 0;
    padding: 1em 1em;
    width: 500px;
    height: 80px;
    font-weight: bold;
    color: #f6f5f6;
    background-color: #1a1e31;
    background-image: url("/images/curvytron2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%)rotate(-45deg);
    transform-origin: 250px 40px;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
}

.curvytron2:hover {
    color: white;
    text-decoration: none;
}

.curvytron2 span {
    font-size: 0.5em;
    margin-top: -0.8em;
}
