.title {
    position: fixed;
    left: 5%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cover{
    position: fixed;
    right: 4%;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
}

.cover img{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.button {
    padding: 10px;
    border-radius: 6px;
    background-color: #0256FF;
    color: white;
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 14px 26px -11px #1875ff;
}

.button.mac{
    background-color: #0bd055;
    box-shadow: 0 14px 26px -11px #0ab84b;
}

.mb20{
    margin-bottom: 20px;
}

a{
    text-decoration: none;
}
