﻿button {    background-color: #366ddc;
    color: white;
    border: none;
    padding: 6px 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
        margin-top: -30px;
    position: absolute;
    right: 20px;
}
button:hover {
background-color: red;
}
button a:focus{color: white;}

button:hover a{color: white;}

@media (max-width: 767px){
button {display:none;}





