body{
    width:98vw;
    height: 95vh;
    background: linear-gradient(120deg, rgb(0, 0, 0) 0%,10%,rgb(255, 255, 255),rgb(0, 0, 0) 85%);
}
kt{
    font-size: 70px;
}
#ovningsknapp {
  background: none;
}

.triangeln3000{
    position:  absolute;
    width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10vw solid transparent;
  border-bottom: 98vh solid rgba(255, 255, 255, 0.7);
  top:0;
  right:0;
}
.ovningsknappstilmall{
    position: absolute;
    width:30vw;
    height:14vw;
    background-color: black;
    border-radius: 5px;
    text-align: center;
    border:1px solid black;
    left:6vw;
    transition: ease 0.7s;
}
.text1{
    margin-top: 20vw;
    width:50vw;
    height: fit-content;
    border-radius: 5px;
    /*background-color:gray; kanske*/
    background: linear-gradient(45deg, black 0%,8%, white 30%,90%, black 100%);
    padding:5px;
    border-left:8px solid black;
    border-bottom:9px solid black;
    border-top:2px solid black;
    border-right:2px solid black;
}