.cookies-container { background-color: white; border-top: 2px solid #00a9ec; position: fixed; width: 100%; bottom: 0px; left: 0px; font-size: 12px; } .cookies-container p { font-size: 12px; margin-bottom: 5px; line-height: 16px; } .cookies-container h5 { font-size: 14px; } .cookies-container .inner-cookies { padding: 10px; } .cookies-container .accept-btn { text-decoration: none; position: absolute; bottom: 10px; right: 100px; display: block; color: white; background-color: #00a9ec; padding: 10px; } .cookies-container .accept-btn:hover { background-color: #002745; text-decoration: none; }