.greenbutton {
 min-width: 150px;
background-color: #CEFF06;
background-image: url(https://static.tildacdn.com/tild3766-6435-4463-b062-343038373736/Vector_1_Stroke.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: center right 30px;
color: black;
padding-left: 30px;
padding-right: 50px;
border-radius: 40px;
transition:0.5s;
}
.greenbutton:hover {
background: #ffffff;
background-image: url(https://static.tildacdn.com/tild3766-6435-4463-b062-343038373736/Vector_1_Stroke.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: center right 30px;
padding-left: 30px;
padding-right: 50px;
cursor: pointer;
transform: scale(1.1);
}

.bluebutton {
 min-width: 150px;
background-color: #2226E3;
background-image: url(https://static.tildacdn.com/tild3764-3362-4564-a464-663432666165/Vector_1_Stroke-2.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: center right 30px;
color: white;
padding-left: 30px;
padding-right: 50px;
border-radius: 40px;
transition:0.5s;
}
.bluebutton:hover {
background: #005BFF;
background-image: url(https://static.tildacdn.com/tild3764-3362-4564-a464-663432666165/Vector_1_Stroke-2.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: center right 30px;
padding-left: 30px;
padding-right: 50px;
cursor: pointer;
transform: scale(1.05);
}

    .fullscreenbutton{
  min-width: 150px;
background-color: #2226E3;
background-image: url(https://static.tildacdn.com/tild3764-3362-4564-a464-663432666165/Vector_1_Stroke-2.svg);
background-size: 30px;
background-repeat: no-repeat;
background-position: center right 30px;
color: white;
padding-left: 30px;
padding-right: 50px;
border-radius: 10px;
transition:0.5s;
}
.fullscreenbutton:hover {
background: #005BFF;
background-image: url(https://static.tildacdn.com/tild3764-3362-4564-a464-663432666165/Vector_1_Stroke-2.svg);
background-size: 30px;
background-repeat: no-repeat;
background-position: center right 30px;
padding-left: 30px;
padding-right: 50px;
cursor: pointer;
transform: scale(1.02);
}

