﻿.summerwarp {
    position: relative;
    margin: 5px 100px;
}

.pbtn{
    text-align:center;
    margin:10px;
    padding:10px
}

img#bpicture {
    width: 100%;
    height: auto !important;
}

.h2h {
    text-align: center;
    margin: 20px;
}

.circle-progress-value {
    stroke-width: 12px;
    stroke: hsl(210, 100%, 45%);
}

.circle-progress-circle {
    stroke: white;
    stroke-width: 22px;
    fill: #666;
}

.circle-progress-text {
    font-family: "Georgia";
    font-size: 13px;
    fill: white;
}

.pm {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000de;
    left: 0;
    top: 0;
    display: none;
}